summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xepivot.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-06 17:13:43 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-06 17:19:54 +0200
commitc4c51709eaa02a5c9a2af3e5d436790307109813 (patch)
treec67362b4f2c3d3f34655ca65ec10d54e1509cf73 /sc/source/filter/inc/xepivot.hxx
parentc78f918a7cb267a713804b8feacc3425196d4428 (diff)
whitespace cleanup in sc
Change-Id: Id1dcadcac179c52977e48a6912ce4d5fd542f60c
Diffstat (limited to 'sc/source/filter/inc/xepivot.hxx')
-rw-r--r--sc/source/filter/inc/xepivot.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sc/source/filter/inc/xepivot.hxx b/sc/source/filter/inc/xepivot.hxx
index 902d9088dba6..c462b6cf7515 100644
--- a/sc/source/filter/inc/xepivot.hxx
+++ b/sc/source/filter/inc/xepivot.hxx
@@ -61,8 +61,6 @@ private:
sal_uInt16 mnTypeFlag; /// Data type flag.
};
-
-
class XclExpPivotCache;
class XclExpPCField : public XclExpRecord, public XclPCField, protected XclExpRoot
@@ -164,8 +162,6 @@ private:
sal_uInt16 mnTypeFlags; /// Collected item data type flags.
};
-
-
class XclExpPivotCache : protected XclExpRoot
{
public:
@@ -248,8 +244,6 @@ class XclExpPivotTable;
/** Data field position specifying the pivot table field index (first) and data info index (second). */
typedef ::std::pair< sal_uInt16, sal_uInt16 > XclPTDataFieldPos;
-
-
class XclExpPTItem : public XclExpRecord
{
public:
@@ -271,8 +265,6 @@ private:
XclPTItemInfo maItemInfo; /// General data for this item.
};
-
-
class XclExpPTField : public XclExpRecordBase
{
public:
@@ -338,8 +330,6 @@ private:
XclExpPTItemList maItemList; /// List of all items of this field.
};
-
-
class XclExpPivotTable : public XclExpRecordBase, protected XclExpRoot
{
public:
@@ -425,8 +415,6 @@ private:
size_t mnId; /// Stream ID
};
-
-
/** The main class for pivot table export.
This class contains all pivot caches and pivot tables in a Calc document.
@@ -470,8 +458,6 @@ private:
bool mbShareCaches; /// true = Tries to share caches between tables.
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */