summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tpsubt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/tpsubt.hxx')
-rw-r--r--sc/source/ui/inc/tpsubt.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sc/source/ui/inc/tpsubt.hxx b/sc/source/ui/inc/tpsubt.hxx
index e2bda75455f1..99174bb57479 100644
--- a/sc/source/ui/inc/tpsubt.hxx
+++ b/sc/source/ui/inc/tpsubt.hxx
@@ -26,8 +26,6 @@
#include <vcl/lstbox.hxx>
#include "global.hxx"
-
-
// +1 because one field is reserved for the "- none -" entry
#define SC_MAXFIELDS MAXCOLCOUNT+1
@@ -35,8 +33,6 @@ class ScViewData;
class ScDocument;
struct ScSubTotalParam;
-
-
class ScTpSubTotalGroup : public SfxTabPage
{
protected:
@@ -77,8 +73,6 @@ private:
DECL_LINK( CheckHdl, ListBox * );
};
-
-
class ScTpSubTotalGroup1 : public ScTpSubTotalGroup
{
protected:
@@ -94,8 +88,6 @@ public:
virtual void Reset ( const SfxItemSet& rArgSet ) SAL_OVERRIDE;
};
-
-
class ScTpSubTotalGroup2 : public ScTpSubTotalGroup
{
protected:
@@ -111,8 +103,6 @@ public:
virtual void Reset ( const SfxItemSet& rArgSet ) SAL_OVERRIDE;
};
-
-
class ScTpSubTotalGroup3 : public ScTpSubTotalGroup
{
protected:
@@ -128,8 +118,6 @@ public:
virtual void Reset ( const SfxItemSet& rArgSet ) SAL_OVERRIDE;
};
-
-
class ScTpSubTotalOptions : public SfxTabPage
{
protected:
@@ -168,8 +156,6 @@ private:
DECL_LINK( CheckHdl, CheckBox * );
};
-
-
#endif // SC_TPSORT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */