summaryrefslogtreecommitdiffstats
path: root/sc/inc/docpool.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2002-09-09 13:00:39 +0000
committerNiklas Nebel <nn@openoffice.org>2002-09-09 13:00:39 +0000
commitb6ba670fdf87384548acd000c13181a1b7d4d79e (patch)
tree016db94d6fd4bf2c94bfd0766c40e24a9cdee92c /sc/inc/docpool.hxx
parent#102706# Call SchDLL::Update after setting NumberFormatter at (diff)
downloadcore-b6ba670fdf87384548acd000c13181a1b7d4d79e.tar.gz
core-b6ba670fdf87384548acd000c13181a1b7d4d79e.zip
#101763# new text direction cell attribute
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 e68f19efc4e7..33d32afdfcb4 100644
--- a/sc/inc/docpool.hxx
+++ b/sc/inc/docpool.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docpool.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: dr $ $Date: 2002-04-03 10:09:14 $
+ * last change: $Author: nn $ $Date: 2002-09-09 13:57:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,6 +82,7 @@ class ScDocumentPool: public SfxItemPool
static USHORT* pVersionMap6;
static USHORT* pVersionMap7;
static USHORT* pVersionMap8;
+ static USHORT* pVersionMap9;
public:
ScDocumentPool( SfxItemPool* pSecPool = NULL, BOOL bLoadRefCounts = FALSE );