Commit 319824b9356351496b214b8bc38bea8130e7cc18
1 parent
fc9a5e81
Exists in
master
and in
5 other branches
Work in progress
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
src/oxt/testprogram.cc
@@ -32,12 +32,10 @@ | @@ -32,12 +32,10 @@ | ||
32 | 32 | ||
33 | /*---[ Implement ]-----------------------------------------------------------------------------------------*/ | 33 | /*---[ Implement ]-----------------------------------------------------------------------------------------*/ |
34 | 34 | ||
35 | -using namespace com::sun::star::uno; | ||
36 | - | ||
37 | int SAL_CALL main(int argc, char **argv) | 35 | int SAL_CALL main(int argc, char **argv) |
38 | { | 36 | { |
39 | - | ||
40 | /* | 37 | /* |
38 | + | ||
41 | Reference< XSimpleRegistry > xReg = createSimpleRegistry(); | 39 | Reference< XSimpleRegistry > xReg = createSimpleRegistry(); |
42 | 40 | ||
43 | OSL_ENSURE( xReg.is(), "### cannot get service instance of \"SimpleRegistry\"!" ); | 41 | OSL_ENSURE( xReg.is(), "### cannot get service instance of \"SimpleRegistry\"!" ); |