summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/excrecds.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/excrecds.hxx')
-rw-r--r--sc/source/filter/inc/excrecds.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/sc/source/filter/inc/excrecds.hxx b/sc/source/filter/inc/excrecds.hxx
index 22892b1c9bec..3db24063c007 100644
--- a/sc/source/filter/inc/excrecds.hxx
+++ b/sc/source/filter/inc/excrecds.hxx
@@ -228,8 +228,6 @@ public:
virtual const sal_uInt8* GetData( void ) const SAL_OVERRIDE;
};
-
-
class ExcDummy_041 : public ExcDummyRec
{
private:
@@ -276,8 +274,6 @@ public:
virtual sal_uInt16 GetNum() const SAL_OVERRIDE;
};
-
-
class ExcBundlesheet : public ExcBundlesheetBase
{
private:
@@ -304,8 +300,6 @@ public:
};
-
-
/** This record contains the Windows country IDs for the UI and document language. */
class XclExpCountry : public XclExpRecord
{
@@ -354,8 +348,6 @@ public:
explicit XclExpFiltermode();
};
-
-
class XclExpAutofilterinfo : public XclExpUInt16Record
{
public:
@@ -368,8 +360,6 @@ private:
ScAddress maStartPos;
};
-
-
class ExcFilterCondition
{
private:
@@ -394,8 +384,6 @@ public:
void SaveText( XclExpStream& rStrm );
};
-
-
class XclExpAutofilter : public XclExpRecord, protected XclExpRoot
{
private:
@@ -425,8 +413,6 @@ public:
virtual void SaveXml( XclExpXmlStream& rStrm ) SAL_OVERRIDE;
};
-
-
class ExcAutoFilterRecs : public XclExpRecordBase, protected XclExpRoot
{
public:
@@ -455,8 +441,6 @@ private:
bool mbAutoFilter;
};
-
-
/** Sheet filter manager. Contains auto filters or advanced filters from all sheets. */
class XclExpFilterManager : protected XclExpRoot
{