summaryrefslogtreecommitdiffstats
path: root/sc/inc/docpool.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-05-16 14:17:35 +0000
committerNiklas Nebel <nn@openoffice.org>2001-05-16 14:17:35 +0000
commit638bc4b74891582a959549e4a92fbcd080b0d73b (patch)
treecf08661a21d6f7d0672c00b392cb888b455dba78 /sc/inc/docpool.hxx
parentCorrected for use under solaris (diff)
downloadcore-638bc4b74891582a959549e4a92fbcd080b0d73b.tar.gz
core-638bc4b74891582a959549e4a92fbcd080b0d73b.zip
#86786# WordLineMode, Relief in cell attributes
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 246bdabfbcfb..2b88d0735b5e 100644
--- a/sc/inc/docpool.hxx
+++ b/sc/inc/docpool.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docpool.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: er $ $Date: 2001-05-13 03:21:28 $
+ * last change: $Author: nn $ $Date: 2001-05-16 15:11:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,6 +80,7 @@ class ScDocumentPool: public SfxItemPool
static USHORT* pVersionMap4;
static USHORT* pVersionMap5;
static USHORT* pVersionMap6;
+ static USHORT* pVersionMap7;
public:
ScDocumentPool( SfxItemPool* pSecPool = NULL, BOOL bLoadRefCounts = FALSE );