summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xehelper.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 09:58:51 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 09:58:51 +0000
commitd8096f780608b4ff691186e355028dc0a0faa6b6 (patch)
tree0ddb362ca72fa9e8334babb6ddde1f47ed053e5a /sc/source/filter/inc/xehelper.hxx
parente235d367d61253917f8c0a5a308e1bf0cdd1112c (diff)
INTEGRATION: CWS rowlimit (1.8.18); FILE MERGED
2004/03/19 18:48:16 er 1.8.18.1: #i1967# type correctness
Diffstat (limited to 'sc/source/filter/inc/xehelper.hxx')
-rw-r--r--sc/source/filter/inc/xehelper.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/inc/xehelper.hxx b/sc/source/filter/inc/xehelper.hxx
index c4c2b3a8b6bf..2348a9cc5086 100644
--- a/sc/source/filter/inc/xehelper.hxx
+++ b/sc/source/filter/inc/xehelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xehelper.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2004-03-08 11:51:49 $
+ * last change: $Author: obo $ $Date: 2004-06-04 10:58:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -269,8 +269,8 @@ private:
typedef ScfDelList< XclExpCachedValue > XclExpCachedValueList;
XclExpCachedValueList maValueList; /// The list containing the cached values.
- USHORT mnScCols; /// Calc column count of the value matrix.
- USHORT mnScRows; /// Calc row count of the value matrix.
+ SCSIZE mnScCols; /// Calc column count of the value matrix.
+ SCSIZE mnScRows; /// Calc row count of the value matrix.
};