summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xistring.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xistring.cxx')
-rw-r--r--sc/source/filter/excel/xistring.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/filter/excel/xistring.cxx b/sc/source/filter/excel/xistring.cxx
index 51b4a04d98dc..c4165dd8b9c8 100644
--- a/sc/source/filter/excel/xistring.cxx
+++ b/sc/source/filter/excel/xistring.cxx
@@ -27,8 +27,6 @@
/** All allowed flags for import. */
const XclStrFlags nAllowedFlags = EXC_STR_8BITLENGTH | EXC_STR_SMARTFLAGS | EXC_STR_SEPARATEFORMATS;
-
-
XclImpString::XclImpString()
{
}
@@ -202,6 +200,4 @@ XclImpStringIterator& XclImpStringIterator::operator++()
return *this;
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */