summaryrefslogtreecommitdiff
path: root/sc/inc/docpool.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2002-04-03 09:10:59 +0000
committerDaniel Rentz <dr@openoffice.org>2002-04-03 09:10:59 +0000
commit35aaf9f6f3e82e3bd7dc472aa05831288566a73c (patch)
treecd5e80b3d7fdcc31b955f9997a1b5947141259b5 /sc/inc/docpool.hxx
parent1f3e01e329d155db637da1824ad48e06ef9f7dc6 (diff)
#98410# Asian vertical writing
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 2b88d0735b5e..e68f19efc4e7 100644
--- a/sc/inc/docpool.hxx
+++ b/sc/inc/docpool.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docpool.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: nn $ $Date: 2001-05-16 15:11:18 $
+ * last change: $Author: dr $ $Date: 2002-04-03 10:09:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,6 +81,7 @@ class ScDocumentPool: public SfxItemPool
static USHORT* pVersionMap5;
static USHORT* pVersionMap6;
static USHORT* pVersionMap7;
+ static USHORT* pVersionMap8;
public:
ScDocumentPool( SfxItemPool* pSecPool = NULL, BOOL bLoadRefCounts = FALSE );