summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xlescher.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xlescher.cxx')
-rw-r--r--sc/source/filter/excel/xlescher.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/excel/xlescher.cxx b/sc/source/filter/excel/xlescher.cxx
index 56fbb5587169..ce0ec44064ae 100644
--- a/sc/source/filter/excel/xlescher.cxx
+++ b/sc/source/filter/excel/xlescher.cxx
@@ -134,7 +134,7 @@ sal_uInt16 lclGetEmbeddedScale( long nPageSize, sal_Int32 nPageScale, long nPos,
} // namespace
-// ----------------------------------------------------------------------------
+
XclObjAnchor::XclObjAnchor() :
mnLX( 0 ),
@@ -206,7 +206,7 @@ void XclObjAnchor::SetRect( const Size& rPageSize, sal_Int32 nScaleX, sal_Int32
Set( 0, 0, 0, 0 );
}
-// ----------------------------------------------------------------------------
+
XclObjLineData::XclObjLineData() :
mnColorIdx( EXC_OBJ_LINE_AUTOCOLOR ),
@@ -225,7 +225,7 @@ XclImpStream& operator>>( XclImpStream& rStrm, XclObjLineData& rLineData )
>> rLineData.mnAuto;
}
-// ----------------------------------------------------------------------------
+
XclObjFillData::XclObjFillData() :
mnBackColorIdx( EXC_OBJ_LINE_AUTOCOLOR ),
@@ -244,7 +244,7 @@ XclImpStream& operator>>( XclImpStream& rStrm, XclObjFillData& rFillData )
>> rFillData.mnAuto;
}
-// ----------------------------------------------------------------------------
+
XclObjTextData::XclObjTextData() :
mnTextLen( 0 ),