summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xiname.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xiname.hxx')
-rw-r--r--sc/source/filter/inc/xiname.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/inc/xiname.hxx b/sc/source/filter/inc/xiname.hxx
index f3f3bac6e33d..432220644f28 100644
--- a/sc/source/filter/inc/xiname.hxx
+++ b/sc/source/filter/inc/xiname.hxx
@@ -30,7 +30,7 @@
#include <boost/noncopyable.hpp>
#include <boost/scoped_ptr.hpp>
-// ============================================================================
+
class ScRangeData;
class ScTokenArray;
@@ -77,7 +77,7 @@ private:
boost::scoped_ptr<TokenStrmData> mpTokensData; /// For later conversion of token array.
};
-// ----------------------------------------------------------------------------
+
/** This buffer contains all internal defined names of the document.
@descr It manages the position of the names in the document, means if they are
@@ -110,7 +110,7 @@ private:
XclImpNameList maNameList;
};
-// ============================================================================
+
#endif