summaryrefslogtreecommitdiff
path: root/registry/tools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-15 11:28:56 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-15 11:28:56 +0000
commit2a3174166700347be4a20081c5f448898e155e4e (patch)
tree769aaedb796dc31fa8aafc951bfb9272ffa55b89 /registry/tools
parent027ebd11c223d4fa775f181bf4948e42f7adf90d (diff)
INTEGRATION: CWS sb71 (1.25.2); FILE MERGED
2007/06/26 15:12:46 sb 1.25.2.1: #i75466# Droped reg shared lib loader stuff.
Diffstat (limited to 'registry/tools')
-rw-r--r--registry/tools/regcompare.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/registry/tools/regcompare.cxx b/registry/tools/regcompare.cxx
index 07df100ff967..d87344ef7436 100644
--- a/registry/tools/regcompare.cxx
+++ b/registry/tools/regcompare.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: regcompare.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: vg $ $Date: 2007-03-26 13:54:28 $
+ * last change: $Author: vg $ $Date: 2007-10-15 12:28:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -2321,9 +2321,8 @@ int _cdecl main( int argc, char * argv[] )
OUString regName1( convertToFileUrl(options.getRegName1()) );
OUString regName2( convertToFileUrl(options.getRegName2()) );
- RegistryLoader regLoader;
- Registry reg1(regLoader);
- Registry reg2(regLoader);
+ Registry reg1;
+ Registry reg2;
if ( reg1.open(regName1, REG_READONLY) )
{