Commit caed0035ab75f8a8631479312344e4d3b6d1e884

Authored by perry.werneck@gmail.com
1 parent 2acc50f3

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,7 +28,7 @@
28 */ 28 */
29 29
30 #include "globals.hpp" 30 #include "globals.hpp"
31 - #include <com/sun/star/registry/DefaultRegistry.hpp> 31 + #include <com/sun/star/registry/XSimpleRegistry.hpp>
32 #include "pw3270/lib3270.hpp" 32 #include "pw3270/lib3270.hpp"
33 33
34 /*---[ Implement ]-----------------------------------------------------------------------------------------*/ 34 /*---[ Implement ]-----------------------------------------------------------------------------------------*/
@@ -37,8 +37,9 @@ using namespace ::com::sun::star::registry; @@ -37,8 +37,9 @@ using namespace ::com::sun::star::registry;
37 37
38 int SAL_CALL main(int argc, char **argv) 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 Reference< XSimpleRegistry > xReg = createSimpleRegistry(); 44 Reference< XSimpleRegistry > xReg = createSimpleRegistry();
44 45