summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xiname.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xiname.cxx')
-rw-r--r--sc/source/filter/excel/xiname.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/excel/xiname.cxx b/sc/source/filter/excel/xiname.cxx
index 6f8094365dd3..6ae1dddfb1ca 100644
--- a/sc/source/filter/excel/xiname.cxx
+++ b/sc/source/filter/excel/xiname.cxx
@@ -27,9 +27,9 @@
#include "excimp8.hxx"
#include "scextopt.hxx"
#include "document.hxx"
-// ============================================================================
+
// *** Implementation ***
-// ============================================================================
+
XclImpName::TokenStrmData::TokenStrmData( XclImpStream& rStrm ) :
mrStrm(rStrm), mnStrmPos(0), mnStrmSize(0) {}
@@ -311,6 +311,6 @@ void XclImpNameManager::ConvertAllTokens()
it->ConvertTokens();
}
-// ============================================================================
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */