summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2002-11-27 12:47:23 +0000
committerJuergen Schmidt <jsc@openoffice.org>2002-11-27 12:47:23 +0000
commit1e370572cdca13af80c652d3f94880453b9fca24 (patch)
tree704915735965f3a39d4dbe518417ff2a18de68c9 /registry
parentf02918a9a50c103969cbbf23a0fe7801d4d5f998 (diff)
#105668# no special work for draft types
Diffstat (limited to 'registry')
-rw-r--r--registry/tools/regcompare.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/registry/tools/regcompare.cxx b/registry/tools/regcompare.cxx
index 1e1dc6ad2714..505ed2e39235 100644
--- a/registry/tools/regcompare.cxx
+++ b/registry/tools/regcompare.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: regcompare.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: jsc $ $Date: 2002-09-25 13:42:34 $
+ * last change: $Author: jsc $ $Date: 2002-11-27 13:47:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1644,7 +1644,7 @@ static sal_uInt32 checkBlob(const OUString& keyName, RegistryTypeReader& reader1
}
nError++;
}
-
+/*
if ( nError &&
(!keyName.compareTo(OUString::createFromAscii("/UCR/drafts"), 11) ||
!keyName.compareTo(OUString::createFromAscii("/drafts"), 7)) )
@@ -1660,7 +1660,7 @@ static sal_uInt32 checkBlob(const OUString& keyName, RegistryTypeReader& reader1
}
return 0;
}
-
+*/
return nError;
}