summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/pivotcachefragment.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/pivotcachefragment.hxx')
-rw-r--r--sc/source/filter/inc/pivotcachefragment.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/filter/inc/pivotcachefragment.hxx b/sc/source/filter/inc/pivotcachefragment.hxx
index b35cd1527cba..86378ed9c63c 100644
--- a/sc/source/filter/inc/pivotcachefragment.hxx
+++ b/sc/source/filter/inc/pivotcachefragment.hxx
@@ -28,8 +28,6 @@ namespace xls {
class PivotCache;
class PivotCacheField;
-
-
class PivotCacheFieldContext : public WorkbookContextBase
{
public:
@@ -47,8 +45,6 @@ private:
PivotCacheField& mrCacheField;
};
-
-
class PivotCacheDefinitionFragment : public WorkbookFragmentBase
{
public:
@@ -67,8 +63,6 @@ private:
PivotCache& mrPivotCache;
};
-
-
class PivotCacheRecordsFragment : public WorksheetFragmentBase
{
public:
@@ -95,8 +89,6 @@ private:
};
-
-
class BiffPivotCacheFragment : public BiffWorkbookFragmentBase
{
public:
@@ -112,8 +104,6 @@ private:
PivotCache& mrPivotCache;
};
-
-
class BiffPivotCacheRecordsContext : public BiffWorksheetContextBase
{
public:
@@ -139,8 +129,6 @@ private:
bool mbInRow; /// True = a data row has been started.
};
-
-
} // namespace xls
} // namespace oox