summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/biffcodec.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/biffcodec.cxx')
-rw-r--r--sc/source/filter/oox/biffcodec.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/oox/biffcodec.cxx b/sc/source/filter/oox/biffcodec.cxx
index 51e9fce72d76..9e44c140e4c8 100644
--- a/sc/source/filter/oox/biffcodec.cxx
+++ b/sc/source/filter/oox/biffcodec.cxx
@@ -148,7 +148,7 @@ sal_Int32 lclGetRcfOffset( sal_Int64 nStreamPos )
} // namespace
-// ----------------------------------------------------------------------------
+
BiffDecoder_RCF::BiffDecoder_RCF( const BiffDecoder_RCF& rDecoder ) :
BiffDecoderBase(), // must be called to prevent compiler warning
@@ -231,7 +231,7 @@ void BiffDecoder_RCF::implDecode( sal_uInt8* pnDestData, const sal_uInt8* pnSrcD
}
}
-// ----------------------------------------------------------------------------
+
BiffCodecHelper::BiffCodecHelper( const WorkbookHelper& rHelper ) :
WorkbookHelper( rHelper )