summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/inc/xipivot.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xipivot.hxx')
-rw-r--r--sc/source/filter/inc/xipivot.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/filter/inc/xipivot.hxx b/sc/source/filter/inc/xipivot.hxx
index bd3ef177e369..affc88370b99 100644
--- a/sc/source/filter/inc/xipivot.hxx
+++ b/sc/source/filter/inc/xipivot.hxx
@@ -28,10 +28,8 @@
class ScDPSaveData;
class ScDPSaveDimension;
-
// Pivot cache
-
/** Represents a data item in a pivot cache. */
class XclImpPCItem : public XclPCItem
{
@@ -109,7 +107,6 @@ public:
/** Inserts grouping information of this field into the passed ScDPSaveData. */
void ConvertGroupField( ScDPSaveData& rSaveData, const ScfStringVec& rVisNames ) const;
-
private:
/** Inserts standard grouping information of this field into the passed ScDPSaveData. */
void ConvertStdGroupField( ScDPSaveData& rSaveData, const ScfStringVec& rVisNames ) const;
@@ -197,10 +194,8 @@ private:
typedef boost::shared_ptr< XclImpPivotCache > XclImpPivotCacheRef;
-
// Pivot table
-
class XclImpPivotTable;
class XclImpPTItem
@@ -276,7 +271,6 @@ public:
void AddDataFieldInfo( const XclPTDataFieldInfo& rDataInfo );
void ConvertDataField( ScDPSaveData& rSaveData ) const;
-
private:
ScDPSaveDimension* ConvertRCPField( ScDPSaveData& rSaveData ) const;
void ConvertFieldInfo( ScDPSaveDimension& rSaveDim ) const;
@@ -347,7 +341,6 @@ public:
void ApplyMergeFlags(const ScRange& rOutRange, const ScDPSaveData& rSaveData);
-
private:
typedef ::std::vector< XclImpPTFieldRef > XclImpPTFieldVec;
@@ -371,7 +364,6 @@ private:
typedef boost::shared_ptr< XclImpPivotTable > XclImpPivotTableRef;
-
/** The main class for pivot table import.
This class contains functions to read all records related to pivot tables