summaryrefslogtreecommitdiff
path: root/oox/source/ole/axbinarywriter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ole/axbinarywriter.cxx')
-rw-r--r--oox/source/ole/axbinarywriter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/ole/axbinarywriter.cxx b/oox/source/ole/axbinarywriter.cxx
index a6408b279bb9..09826b50ad67 100644
--- a/oox/source/ole/axbinarywriter.cxx
+++ b/oox/source/ole/axbinarywriter.cxx
@@ -100,7 +100,7 @@ void lclWriteString( AxAlignedOutputStream& rOutStrm, OUString& rValue, sal_uInt
} // namespace
-// ----------------------------------------------------------------------------
+
AxBinaryPropertyWriter::ComplexProperty::~ComplexProperty()
{
@@ -118,7 +118,7 @@ bool AxBinaryPropertyWriter::StringProperty::writeProperty( AxAlignedOutputStrea
return true;
}
-// ----------------------------------------------------------------------------
+
AxBinaryPropertyWriter::AxBinaryPropertyWriter( BinaryOutputStream& rOutStrm, bool b64BitPropFlags ) :
maOutStrm( rOutStrm ),