summaryrefslogtreecommitdiff
path: root/sc/inc/collect.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-09-30 05:48:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-09-30 05:48:28 +0000
commit716636d558e9cc9b910da6d127314d2b20cdf0b6 (patch)
treed266019c3c89a0649074f3290439d74010ec618c /sc/inc/collect.hxx
parentabda8e12d8cd23c2cd1bb870b097eddfdee38825 (diff)
CWS-TOOLING: integrate CWS koheicoderemoval
Diffstat (limited to 'sc/inc/collect.hxx')
-rw-r--r--sc/inc/collect.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sc/inc/collect.hxx b/sc/inc/collect.hxx
index 3b53e09a31f9..c5f3d68813ca 100644
--- a/sc/inc/collect.hxx
+++ b/sc/inc/collect.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: collect.hxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.6.32.4 $
*
* This file is part of OpenOffice.org.
*
@@ -161,8 +161,8 @@ public:
nValue(nVal),
nStrType(nType) {}
- TypedStrData( ScDocument* pDoc, SCCOL nCol, SCROW nRow, SCTAB nTab,
- BOOL bAllStrings );
+//UNUSED2008-05 TypedStrData( ScDocument* pDoc, SCCOL nCol, SCROW nRow, SCTAB nTab,
+//UNUSED2008-05 BOOL bAllStrings );
TypedStrData( const TypedStrData& rCpy )
: DataObject(),
@@ -178,7 +178,9 @@ public:
private:
friend class TypedStrCollection;
+#if OLD_PIVOT_IMPLEMENTATION
friend class PivotStrCollection;
+#endif
String aStrValue;
double nValue;