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, 0 insertions, 16 deletions
diff --git a/sc/source/filter/oox/pivotcachefragment.cxx b/sc/source/filter/oox/pivotcachefragment.cxx
index f9d860d64d13..008a190efd98 100644
--- a/sc/source/filter/oox/pivotcachefragment.cxx
+++ b/sc/source/filter/oox/pivotcachefragment.cxx
@@ -27,14 +27,10 @@
namespace oox {
namespace xls {
-
-
using namespace ::com::sun::star::uno;
using namespace ::oox::core;
-
-
PivotCacheFieldContext::PivotCacheFieldContext( WorkbookFragmentBase& rFragment, PivotCacheField& rCacheField ) :
WorkbookContextBase( rFragment ),
mrCacheField( rCacheField )
@@ -106,8 +102,6 @@ void PivotCacheFieldContext::onStartRecord( SequenceInputStream& rStrm )
mrCacheField.importPCDField( rStrm );
}
-
-
PivotCacheDefinitionFragment::PivotCacheDefinitionFragment(
const WorkbookHelper& rHelper, const OUString& rFragmentPath, PivotCache& rPivotCache ) :
WorkbookFragmentBase( rHelper, rFragmentPath ),
@@ -208,8 +202,6 @@ void PivotCacheDefinitionFragment::finalizeImport()
}
}
-
-
PivotCacheRecordsFragment::PivotCacheRecordsFragment( const WorksheetHelper& rHelper,
const OUString& rFragmentPath, const PivotCache& rPivotCache ) :
WorksheetFragmentBase( rHelper, rFragmentPath ),
@@ -324,8 +316,6 @@ void PivotCacheRecordsFragment::importPCRecordItem( sal_Int32 nRecId, SequenceIn
}
-
-
namespace {
bool lclSeekToPCDField( BiffInputStream& rStrm )
@@ -340,8 +330,6 @@ bool lclSeekToPCDField( BiffInputStream& rStrm )
} // namespace
-
-
BiffPivotCacheFragment::BiffPivotCacheFragment(
const WorkbookHelper& rHelper, const OUString& rStrmName, PivotCache& rPivotCache ) :
BiffWorkbookFragmentBase( rHelper, rStrmName, true ),
@@ -383,8 +371,6 @@ bool BiffPivotCacheFragment::importFragment()
return rStrm.getRecId() == BIFF_ID_EOF;
}
-
-
BiffPivotCacheRecordsContext::BiffPivotCacheRecordsContext( const WorksheetHelper& rHelper, const PivotCache& rPivotCache ) :
BiffWorksheetContextBase( rHelper ),
mrPivotCache( rPivotCache ),
@@ -460,8 +446,6 @@ void BiffPivotCacheRecordsContext::startNextRow()
mbInRow = true;
}
-
-
} // namespace xls
} // namespace oox