summaryrefslogtreecommitdiff
path: root/registry/tools
diff options
context:
space:
mode:
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) )
{