summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 09:58:38 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 09:58:38 +0000
commite235d367d61253917f8c0a5a308e1bf0cdd1112c (patch)
treef8c57156973df21b124b3c3c33be91e564c64240 /sc/source
parenta23e5a2c4c9562d3afbf214198723acc1b5db28d (diff)
INTEGRATION: CWS rowlimit (1.5.18); FILE MERGED
2004/03/19 18:48:16 er 1.5.18.1: #i1967# type correctness
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/filter/inc/xecontent.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/inc/xecontent.hxx b/sc/source/filter/inc/xecontent.hxx
index d0783fbac03f..66d28e883d1c 100644
--- a/sc/source/filter/inc/xecontent.hxx
+++ b/sc/source/filter/inc/xecontent.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xecontent.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2004-03-02 09:43:06 $
+ * last change: $Author: obo $ $Date: 2004-06-04 10:58:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -181,7 +181,7 @@ private:
@param rRanges The cell range list to fill.
@param xLabelRangesRef The core range list with all ranges.
@param nScTab The current Calc sheet index. */
- void FillRangeList( ScRangeList& rRanges, ScRangePairListRef xLabelRangesRef, USHORT nScTab );
+ void FillRangeList( ScRangeList& rRanges, ScRangePairListRef xLabelRangesRef, SCTAB nScTab );
/** Writes the body of the LABELRANGES record. */
virtual void WriteBody( XclExpStream& rStrm );