summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgelem.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 20:40:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 21:12:25 +0000
commit614e1a6cf8839344755ea8d5227561f75772aa2a (patch)
tree6eb7adc0a013ced457f8456be2751e982533b7ca /sot/source/sdstor/stgelem.cxx
parent8e000814efffc504aebb76843ad831ad6b9ee520 (diff)
Remove visual noise from sot
Change-Id: I731691d4cac8567938407a514a25e13b2baa7958 Reviewed-on: https://gerrit.libreoffice.org/8314 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sot/source/sdstor/stgelem.cxx')
-rw-r--r--sot/source/sdstor/stgelem.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sot/source/sdstor/stgelem.cxx b/sot/source/sdstor/stgelem.cxx
index cd3eee63ced9..1a50c1e20de8 100644
--- a/sot/source/sdstor/stgelem.cxx
+++ b/sot/source/sdstor/stgelem.cxx
@@ -33,7 +33,7 @@ static const sal_uInt16 nMaxLegalStr = 31;
static const sal_uInt8 cStgSignature[ 8 ] = { 0xD0,0xCF,0x11,0xE0,0xA1,0xB1,0x1A,0xE1 };
-////////////////////////////// struct ClsId /////////////////////////////
+////////////////////////////// struct ClsId
SvStream& ReadClsId( SvStream& r, ClsId& rId )
{
@@ -67,7 +67,7 @@ SvStream& WriteClsId( SvStream& r, const ClsId& rId )
.WriteUChar( (sal_uInt8) rId.n11 );
}
-///////////////////////////// class StgHeader ////////////////////////////
+///////////////////////////// class StgHeader
StgHeader::StgHeader()
: nVersion( 0 )
@@ -256,7 +256,7 @@ void StgHeader::SetMasters( sal_Int32 n )
if( n != nMaster ) bDirty = sal_True, nMaster = n;
}
-///////////////////////////// class StgEntry /////////////////////////////
+///////////////////////////// class StgEntry
bool StgEntry::Init()
{