summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2000-10-12 07:11:51 +0000
committerJuergen Schmidt <jsc@openoffice.org>2000-10-12 07:11:51 +0000
commitbb9aca75792c45542ffec03817f607ffd9a2761c (patch)
tree0ff1a22b509562661c7d4e254cd5b49980a768e5 /registry
parent1ad36bb66f6de7e5c4f5e5b1c11c31157fa7a7e1 (diff)
bug, modified index calculation
Diffstat (limited to 'registry')
-rw-r--r--registry/source/reflcnst.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/registry/source/reflcnst.hxx b/registry/source/reflcnst.hxx
index caa4d9212499..337059bef798 100644
--- a/registry/source/reflcnst.hxx
+++ b/registry/source/reflcnst.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: reflcnst.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jsc $ $Date: 2000-10-09 11:54:41 $
+ * last change: $Author: jsc $ $Date: 2000-10-12 08:11:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,8 +83,7 @@ extern const sal_uInt16 majorVersion;
#define OFFSET_TYPE_SOURCE (OFFSET_N_ENTRIES + sizeof(sal_uInt16))
#define OFFSET_TYPE_CLASS (OFFSET_TYPE_SOURCE + sizeof(sal_uInt16))
#define OFFSET_THIS_TYPE (OFFSET_TYPE_CLASS + sizeof(sal_uInt16))
-#define OFFSET_SUPER_TYPE (OFFSET_THIS_TYPE + sizeof(sal_uInt16))
-#define OFFSET_UIK (OFFSET_SUPER_TYPE + sizeof(sal_uInt16))
+#define OFFSET_UIK (OFFSET_THIS_TYPE + sizeof(sal_uInt16))
#define OFFSET_DOKU (OFFSET_UIK + sizeof(sal_uInt16))
#define OFFSET_FILENAME (OFFSET_DOKU + sizeof(sal_uInt16))