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.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/tpsubt.hxx b/sc/source/ui/inc/tpsubt.hxx
index 3a702efab904..efc08298d326 100644
--- a/sc/source/ui/inc/tpsubt.hxx
+++ b/sc/source/ui/inc/tpsubt.hxx
@@ -40,7 +40,7 @@ protected:
const SfxItemSet& rArgSet );
public:
- virtual ~ScTpSubTotalGroup();
+ virtual ~ScTpSubTotalGroup() override;
virtual void dispose() override;
bool DoReset ( sal_uInt16 nGroupNo,
@@ -84,7 +84,7 @@ protected:
const SfxItemSet& rArgSet );
public:
- virtual ~ScTpSubTotalGroup1();
+ virtual ~ScTpSubTotalGroup1() override;
static VclPtr<SfxTabPage> Create ( vcl::Window* pParent,
const SfxItemSet* rArgSet );
@@ -100,7 +100,7 @@ protected:
const SfxItemSet& rArgSet );
public:
- virtual ~ScTpSubTotalGroup2();
+ virtual ~ScTpSubTotalGroup2() override;
static VclPtr<SfxTabPage> Create ( vcl::Window* pParent,
const SfxItemSet* rArgSet );
@@ -116,7 +116,7 @@ protected:
const SfxItemSet& rArgSet );
public:
- virtual ~ScTpSubTotalGroup3();
+ virtual ~ScTpSubTotalGroup3() override;
static VclPtr<SfxTabPage> Create ( vcl::Window* pParent,
const SfxItemSet* rArgSet );
@@ -132,7 +132,7 @@ protected:
const SfxItemSet& rArgSet );
public:
- virtual ~ScTpSubTotalOptions();
+ virtual ~ScTpSubTotalOptions() override;
virtual void dispose() override;
static VclPtr<SfxTabPage> Create ( vcl::Window* pParent,
const SfxItemSet* rArgSet );