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.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sc/source/filter/inc/pivotcachefragment.hxx b/sc/source/filter/inc/pivotcachefragment.hxx
index de973aefd604..0a3b093dd193 100644
--- a/sc/source/filter/inc/pivotcachefragment.hxx
+++ b/sc/source/filter/inc/pivotcachefragment.hxx
@@ -28,7 +28,7 @@ namespace xls {
class PivotCache;
class PivotCacheField;
-// ============================================================================
+
class PivotCacheFieldContext : public WorkbookContextBase
{
@@ -47,7 +47,7 @@ private:
PivotCacheField& mrCacheField;
};
-// ============================================================================
+
class PivotCacheDefinitionFragment : public WorkbookFragmentBase
{
@@ -67,7 +67,7 @@ private:
PivotCache& mrPivotCache;
};
-// ============================================================================
+
class PivotCacheRecordsFragment : public WorksheetFragmentBase
{
@@ -94,8 +94,8 @@ private:
bool mbInRecord;
};
-// ============================================================================
-// ============================================================================
+
+
class BiffPivotCacheFragment : public BiffWorkbookFragmentBase
{
@@ -112,7 +112,7 @@ private:
PivotCache& mrPivotCache;
};
-// ============================================================================
+
class BiffPivotCacheRecordsContext : public BiffWorksheetContextBase
{
@@ -139,7 +139,7 @@ private:
bool mbInRow; /// True = a data row has been started.
};
-// ============================================================================
+
} // namespace xls
} // namespace oox