summaryrefslogtreecommitdiff
path: root/sc/inc/pivot.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-08 08:01:30 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-08 08:01:30 +0000
commitb53619717a8f03ebb6fc5e7c87c1137884f97c79 (patch)
treeb9057632b1fd9cfe9dc72a82264c5d31a8351bd0 /sc/inc/pivot.hxx
parent4162873b7d464dd8395015a97a29180964348b2a (diff)
#i10000# resolve implementation conflicts global.hxx (from CWSs fieldoptions/rowtable)
Diffstat (limited to 'sc/inc/pivot.hxx')
-rw-r--r--sc/inc/pivot.hxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/sc/inc/pivot.hxx b/sc/inc/pivot.hxx
index f11faf553aab..4b8eed2007a4 100644
--- a/sc/inc/pivot.hxx
+++ b/sc/inc/pivot.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pivot.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 13:59:07 $
+ * last change: $Author: obo $ $Date: 2004-06-08 09:01:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -134,21 +134,18 @@ struct LabelData;
struct PivotField
{
- short nCol;
+ SCsCOL nCol;
USHORT nFuncMask;
USHORT nFuncCount;
::com::sun::star::sheet::DataPilotFieldReference maFieldRef;
- explicit PivotField( short nNewCol = 0, USHORT nNewFuncMask = PIVOT_FUNC_NONE );
+ explicit PivotField( SCsCOL nNewCol = 0, USHORT nNewFuncMask = PIVOT_FUNC_NONE );
bool operator==( const PivotField& r ) const;
};
// -----------------------------------------------------------------------
-// DR->ER: temporary workaround from CWS fieldoptions, remove
-typedef USHORT SCSIZE;
-
// implementation still in global2.cxx
struct ScPivotParam
{