summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xerecord.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xerecord.cxx')
-rw-r--r--sc/source/filter/excel/xerecord.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xerecord.cxx b/sc/source/filter/excel/xerecord.cxx
index 62b475c5ca81..74c37287b29e 100644
--- a/sc/source/filter/excel/xerecord.cxx
+++ b/sc/source/filter/excel/xerecord.cxx
@@ -231,7 +231,7 @@ void XclExpFutureRecord::Save( XclExpStream& rStrm )
rStrm.EndRecord();
}
-// ============================================================================
+
XclExpSubStream::XclExpSubStream( sal_uInt16 nSubStrmType ) :
mnSubStrmType( nSubStrmType )
@@ -281,6 +281,6 @@ void XclExpSubStream::Save( XclExpStream& rStrm )
rStrm.EndRecord();
}
-// ============================================================================
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */