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, 0 insertions, 6 deletions
diff --git a/sc/source/filter/inc/xiname.hxx b/sc/source/filter/inc/xiname.hxx
index 432220644f28..560d250de2b8 100644
--- a/sc/source/filter/inc/xiname.hxx
+++ b/sc/source/filter/inc/xiname.hxx
@@ -30,8 +30,6 @@
#include <boost/noncopyable.hpp>
#include <boost/scoped_ptr.hpp>
-
-
class ScRangeData;
class ScTokenArray;
@@ -77,8 +75,6 @@ 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
global or attached to a specific sheet. While inserting the names into the Calc
@@ -110,8 +106,6 @@ private:
XclImpNameList maNameList;
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */