Commit caed0035ab75f8a8631479312344e4d3b6d1e884
1 parent
2acc50f3
Exists in
master
and in
5 other branches
Work in progress
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
src/openoffice/testprogram.cc
... | ... | @@ -28,7 +28,7 @@ |
28 | 28 | */ |
29 | 29 | |
30 | 30 | #include "globals.hpp" |
31 | - #include <com/sun/star/registry/DefaultRegistry.hpp> | |
31 | + #include <com/sun/star/registry/XSimpleRegistry.hpp> | |
32 | 32 | #include "pw3270/lib3270.hpp" |
33 | 33 | |
34 | 34 | /*---[ Implement ]-----------------------------------------------------------------------------------------*/ |
... | ... | @@ -37,8 +37,9 @@ using namespace ::com::sun::star::registry; |
37 | 37 | |
38 | 38 | int SAL_CALL main(int argc, char **argv) |
39 | 39 | { |
40 | - Reference< XSimpleRegistry > xReg = DefaultRegistry(); | |
40 | + | |
41 | 41 | /* |
42 | + Reference< XSimpleRegistry > xReg = DefaultRegistry(); | |
42 | 43 | |
43 | 44 | Reference< XSimpleRegistry > xReg = createSimpleRegistry(); |
44 | 45 | ... | ... |