summaryrefslogtreecommitdiff
path: root/sc/inc/olinetab.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-20 08:08:21 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-20 08:08:21 +0000
commitad570cead9063e0fbad51c2720ec6809818f88d3 (patch)
tree63db7fe708c6260949005034a612f3a8706b0c6a /sc/inc/olinetab.hxx
parent705c9efde11e4648c5661cc6658c47ba7c753a34 (diff)
INTEGRATION: CWS rowlimit2 (1.3.6); FILE MERGED
2004/06/18 20:00:20 er 1.3.6.1: #i28834# increased row limit memory footprint reduction, compressed array; raw check-in before vacation
Diffstat (limited to 'sc/inc/olinetab.hxx')
-rw-r--r--sc/inc/olinetab.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sc/inc/olinetab.hxx b/sc/inc/olinetab.hxx
index d2a0761326ab..3faf2de73824 100644
--- a/sc/inc/olinetab.hxx
+++ b/sc/inc/olinetab.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: olinetab.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 10:11:45 $
+ * last change: $Author: rt $ $Date: 2004-08-20 09:08:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,6 +66,9 @@
#ifndef SC_COLLECT_HXX
#include "collect.hxx"
#endif
+#ifndef SC_COMPRESSEDARRAY_HXX
+#include "compressedarray.hxx"
+#endif
#define SC_OL_MAXDEPTH 7
@@ -164,7 +167,8 @@ public:
BOOL DeleteSpace( SCCOLROW nStartPos, SCSIZE nSize );
BOOL ManualAction( SCCOLROW nStartPos, SCCOLROW nEndPos,
- BOOL bShow, BYTE* pHiddenFlags );
+ BOOL bShow,
+ const ScBitMaskCompressedArray< SCCOLROW, BYTE>& rHiddenFlags );
void Load( SvStream& rStream );
void Store( SvStream& rStream );