summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/excel/xestring.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-06 17:13:43 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-06 17:19:54 +0200
commitc4c51709eaa02a5c9a2af3e5d436790307109813 (patch)
treec67362b4f2c3d3f34655ca65ec10d54e1509cf73 /sc/source/filter/excel/xestring.cxx
parentFull colour table borders in .doc export (diff)
downloadcore-c4c51709eaa02a5c9a2af3e5d436790307109813.tar.gz
core-c4c51709eaa02a5c9a2af3e5d436790307109813.zip
whitespace cleanup in sc
Change-Id: Id1dcadcac179c52977e48a6912ce4d5fd542f60c
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: */