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.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/filter/oox/biffcodec.cxx b/sc/source/filter/oox/biffcodec.cxx
index 9e44c140e4c8..74c0072bff8c 100644
--- a/sc/source/filter/oox/biffcodec.cxx
+++ b/sc/source/filter/oox/biffcodec.cxx
@@ -27,14 +27,14 @@
namespace oox {
namespace xls {
-// ============================================================================
+
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::uno;
using ::oox::core::FilterBase;
-// ============================================================================
+
BiffDecoderBase::BiffDecoderBase() :
mbValid( false )
@@ -69,7 +69,7 @@ void BiffDecoderBase::decode( sal_uInt8* pnDestData, const sal_uInt8* pnSrcData,
}
}
-// ============================================================================
+
BiffDecoder_XOR::BiffDecoder_XOR( const BiffDecoder_XOR& rDecoder ) :
BiffDecoderBase(), // must be called to prevent compiler warning
@@ -130,7 +130,7 @@ void BiffDecoder_XOR::implDecode( sal_uInt8* pnDestData, const sal_uInt8* pnSrcD
maCodec.decode( pnDestData, pnSrcData, nBytes );
}
-// ============================================================================
+
namespace {
@@ -244,7 +244,7 @@ void BiffCodecHelper::cloneDecoder( BiffInputStream& rStrm )
rStrm.setDecoder( BiffDecoderRef( mxDecoder->clone() ) );
}
-// ============================================================================
+
} // namespace xls
} // namespace oox