summaryrefslogtreecommitdiffstats
path: root/sc/inc/docpool.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-11-30 17:16:08 +0000
committerNiklas Nebel <nn@openoffice.org>2000-11-30 17:16:08 +0000
commit87602e4c390e08f31ea7b7d79d504995459f5e5c (patch)
treea7be53113b3290439e82f4959b0b04e344c64099 /sc/inc/docpool.hxx
parent#79771#; fix little bugs in the performance optimation (diff)
downloadcore-87602e4c390e08f31ea7b7d79d504995459f5e5c.tar.gz
core-87602e4c390e08f31ea7b7d79d504995459f5e5c.zip
#80913# new version map (asian typography items)
Diffstat (limited to 'sc/inc/docpool.hxx')
-rw-r--r--sc/inc/docpool.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/docpool.hxx b/sc/inc/docpool.hxx
index 3b3605a1f096..a4a3de047251 100644
--- a/sc/inc/docpool.hxx
+++ b/sc/inc/docpool.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docpool.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2000-11-23 20:07:06 $
+ * last change: $Author: nn $ $Date: 2000-11-30 18:16:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,6 +79,7 @@ class ScDocumentPool: public SfxItemPool
static USHORT* pVersionMap3;
static USHORT* pVersionMap4;
static USHORT* pVersionMap5;
+ static USHORT* pVersionMap6;
public:
ScDocumentPool( SfxItemPool* pSecPool = NULL, BOOL bLoadRefCounts = FALSE );