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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xlescher.cxx b/sc/source/filter/excel/xlescher.cxx
index ce0ec44064ae..e1787d21bc19 100644
--- a/sc/source/filter/excel/xlescher.cxx
+++ b/sc/source/filter/excel/xlescher.cxx
@@ -287,7 +287,7 @@ void XclObjTextData::ReadTxo8( XclImpStream& rStrm )
rStrm >> mnFlags >> mnOrient >> mnButtonFlags >> mnShortcut >> mnShortcutEA >> mnTextLen >> mnFormatSize;
}
-// ============================================================================
+
Reference< XControlModel > XclControlHelper::GetControlModel( Reference< XShape > xShape )
{
@@ -342,6 +342,6 @@ OUString XclControlHelper::ExtractFromMacroDescriptor(
return OUString();
}
-// ============================================================================
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */