summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xlpivot.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 14:50:17 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 14:50:17 +0000
commitcdbac92932a7f1271b00d3c285275d09330e6ba7 (patch)
tree3c1694a631d76f357f6718febc3c71c0d9849040 /sc/source/filter/inc/xlpivot.hxx
parenteecc872710f044291307a458dabee866c6e2a591 (diff)
INTEGRATION: CWS dr20 (1.2.12); FILE MERGED
2004/08/18 11:37:41 dr 1.2.12.5: RESYNC: (1.4-1.5); FILE MERGED 2004/08/11 14:29:15 dr 1.2.12.4: RESYNC: (1.3-1.4); FILE MERGED 2004/08/11 11:15:15 dr 1.2.12.3: RESYNC: (1.2-1.3); FILE MERGED 2004/06/21 12:59:48 dr 1.2.12.2: #i30205# record list handling 2004/06/15 16:40:32 dr 1.2.12.1: #i30205# Excel filter code cleanup - rowlimit changes: SCCOL/SCROW/SCTAB usage - type correctness: USHORT vs. sal_uInt16, ULONG/size_t vs. sal_uInt32 - removed compiler warnings
Diffstat (limited to 'sc/source/filter/inc/xlpivot.hxx')
-rw-r--r--sc/source/filter/inc/xlpivot.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/sc/source/filter/inc/xlpivot.hxx b/sc/source/filter/inc/xlpivot.hxx
index e19549028bc5..363b3f85446c 100644
--- a/sc/source/filter/inc/xlpivot.hxx
+++ b/sc/source/filter/inc/xlpivot.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xlpivot.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2004-08-11 09:48:45 $
+ * last change: $Author: hr $ $Date: 2004-09-08 15:50:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,8 +59,6 @@
*
************************************************************************/
-// ============================================================================
-
#ifndef SC_XLPIVOT_HXX
#define SC_XLPIVOT_HXX
@@ -104,11 +102,11 @@ const sal_uInt16 EXC_PT_NOSTRING = 0xFFFF;
const sal_uInt16 EXC_PT_MAXSTRLEN = 0xFFFE;
// pivot cache fields
-const sal_uInt16 EXC_PC_MAXFIELDCOUNT = 0xFFFE;
+const size_t EXC_PC_MAXFIELDCOUNT = 0xFFFE;
const sal_uInt16 EXC_PC_NOFIELD = 0xFFFF;
// pivot cache items
-const sal_uInt16 EXC_PC_MAXITEMCOUNT = 32500;
+const size_t EXC_PC_MAXITEMCOUNT = 32500;
const sal_uInt16 EXC_PC_NOITEM = 0xFFFF;
// pivot table fields