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.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/filter/excel/xestring.cxx b/sc/source/filter/excel/xestring.cxx
index f3b8069c011e..685d4479ca25 100644
--- a/sc/source/filter/excel/xestring.cxx
+++ b/sc/source/filter/excel/xestring.cxx
@@ -28,8 +28,6 @@
using namespace ::oox;
-
-
namespace {
// compare vectors
@@ -438,8 +436,6 @@ void XclExpString::WriteXml( XclExpXmlStream& rStrm ) const
}
}
-
-
bool XclExpString::IsWriteFlags() const
{
return mbIsBiff8 && (!IsEmpty() || !mbSmartFlags);
@@ -560,6 +556,4 @@ void XclExpString::PrepareWrite( XclExpStream& rStrm, sal_uInt16 nBytes ) const
rStrm.SetSliceSize( nBytes + (mbIsUnicode ? 2 : 1) );
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */