summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/pivotcachefragment.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/pivotcachefragment.cxx')
-rw-r--r--sc/source/filter/oox/pivotcachefragment.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/filter/oox/pivotcachefragment.cxx b/sc/source/filter/oox/pivotcachefragment.cxx
index 0b1bee51db88..f9d860d64d13 100644
--- a/sc/source/filter/oox/pivotcachefragment.cxx
+++ b/sc/source/filter/oox/pivotcachefragment.cxx
@@ -27,13 +27,13 @@
namespace oox {
namespace xls {
-// ============================================================================
+
using namespace ::com::sun::star::uno;
using namespace ::oox::core;
-// ============================================================================
+
PivotCacheFieldContext::PivotCacheFieldContext( WorkbookFragmentBase& rFragment, PivotCacheField& rCacheField ) :
WorkbookContextBase( rFragment ),
@@ -106,7 +106,7 @@ void PivotCacheFieldContext::onStartRecord( SequenceInputStream& rStrm )
mrCacheField.importPCDField( rStrm );
}
-// ============================================================================
+
PivotCacheDefinitionFragment::PivotCacheDefinitionFragment(
const WorkbookHelper& rHelper, const OUString& rFragmentPath, PivotCache& rPivotCache ) :
@@ -208,7 +208,7 @@ void PivotCacheDefinitionFragment::finalizeImport()
}
}
-// ============================================================================
+
PivotCacheRecordsFragment::PivotCacheRecordsFragment( const WorksheetHelper& rHelper,
const OUString& rFragmentPath, const PivotCache& rPivotCache ) :
@@ -323,8 +323,8 @@ void PivotCacheRecordsFragment::importPCRecordItem( sal_Int32 nRecId, SequenceIn
}
}
-// ============================================================================
-// ============================================================================
+
+
namespace {
@@ -383,7 +383,7 @@ bool BiffPivotCacheFragment::importFragment()
return rStrm.getRecId() == BIFF_ID_EOF;
}
-// ============================================================================
+
BiffPivotCacheRecordsContext::BiffPivotCacheRecordsContext( const WorksheetHelper& rHelper, const PivotCache& rPivotCache ) :
BiffWorksheetContextBase( rHelper ),
@@ -460,7 +460,7 @@ void BiffPivotCacheRecordsContext::startNextRow()
mbInRow = true;
}
-// ============================================================================
+
} // namespace xls
} // namespace oox