summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/defnamesbuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/defnamesbuffer.hxx')
-rw-r--r--sc/source/filter/inc/defnamesbuffer.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/filter/inc/defnamesbuffer.hxx b/sc/source/filter/inc/defnamesbuffer.hxx
index 301ac815a656..489fb0813b41 100644
--- a/sc/source/filter/inc/defnamesbuffer.hxx
+++ b/sc/source/filter/inc/defnamesbuffer.hxx
@@ -32,8 +32,6 @@ namespace xls {
class BiffInputStreamPos;
-
-
// codes for built-in names
const sal_Unicode BIFF_DEFNAME_CONSOLIDATEAREA = '\x00';
const sal_Unicode BIFF_DEFNAME_AUTOOPEN = '\x01'; // Sheet macro executed when workbook is opened.
@@ -51,8 +49,6 @@ const sal_Unicode BIFF_DEFNAME_SHEETTITLE = '\x0C';
const sal_Unicode BIFF_DEFNAME_FILTERDATABASE = '\x0D'; // Sheet range autofilter or advanced filter works on.
const sal_Unicode BIFF_DEFNAME_UNKNOWN = '\x0E';
-
-
struct DefinedNameModel
{
OUString maName; /// The original name.
@@ -67,8 +63,6 @@ struct DefinedNameModel
explicit DefinedNameModel();
};
-
-
/** Base class for defined names and external names. */
class DefinedNameBase : public WorkbookHelper
{
@@ -100,8 +94,6 @@ protected:
::com::sun::star::uno::Any maRefAny; /// Single cell/range reference.
};
-
-
class DefinedName : public DefinedNameBase
{
public:
@@ -158,8 +150,6 @@ private:
typedef ::boost::shared_ptr< DefinedName > DefinedNameRef;
-
-
class DefinedNamesBuffer : public WorkbookHelper
{
public:
@@ -205,8 +195,6 @@ private:
DefNameTokenIdMap maTokenIdMap; /// Maps all defined names by API token index.
};
-
-
} // namespace xls
} // namespace oox