summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/tpoption.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/tpoption.hxx')
-rw-r--r--sd/source/ui/inc/tpoption.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/tpoption.hxx b/sd/source/ui/inc/tpoption.hxx
index 1be402ecaca2..a83f416c244a 100644
--- a/sd/source/ui/inc/tpoption.hxx
+++ b/sd/source/ui/inc/tpoption.hxx
@@ -37,7 +37,7 @@ class SdTpOptionsSnap : public SvxGridTabPage
{
public:
SdTpOptionsSnap( Window* pParent, const SfxItemSet& rInAttrs );
- ~SdTpOptionsSnap();
+ virtual ~SdTpOptionsSnap();
static SfxTabPage* Create( Window*, const SfxItemSet& );
virtual bool FillItemSet( SfxItemSet& ) SAL_OVERRIDE;
@@ -59,7 +59,7 @@ private:
public:
SdTpOptionsContents( Window* pParent, const SfxItemSet& rInAttrs );
- ~SdTpOptionsContents();
+ virtual ~SdTpOptionsContents();
static SfxTabPage* Create( Window*, const SfxItemSet& );
virtual bool FillItemSet( SfxItemSet& ) SAL_OVERRIDE;
@@ -132,7 +132,7 @@ protected:
public:
SdTpOptionsMisc( Window* pParent, const SfxItemSet& rInAttrs );
- ~SdTpOptionsMisc();
+ virtual ~SdTpOptionsMisc();
static SfxTabPage* Create( Window*, const SfxItemSet& );
virtual bool FillItemSet( SfxItemSet& ) SAL_OVERRIDE;