summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xestring.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xestring.cxx')
-rw-r--r--sc/source/filter/excel/xestring.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xestring.cxx b/sc/source/filter/excel/xestring.cxx
index 80bfeb90d204..f3b8069c011e 100644
--- a/sc/source/filter/excel/xestring.cxx
+++ b/sc/source/filter/excel/xestring.cxx
@@ -28,7 +28,7 @@
using namespace ::oox;
-// ============================================================================
+
namespace {
@@ -560,6 +560,6 @@ void XclExpString::PrepareWrite( XclExpStream& rStrm, sal_uInt16 nBytes ) const
rStrm.SetSliceSize( nBytes + (mbIsUnicode ? 2 : 1) );
}
-// ============================================================================
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */