summaryrefslogtreecommitdiff
path: root/cui/source/options/optgdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optgdlg.hxx')
-rw-r--r--cui/source/options/optgdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/options/optgdlg.hxx b/cui/source/options/optgdlg.hxx
index cd5fcd2ded2f..44130a772a1d 100644
--- a/cui/source/options/optgdlg.hxx
+++ b/cui/source/options/optgdlg.hxx
@@ -66,7 +66,7 @@ protected:
public:
OfaMiscTabPage( Window* pParent, const SfxItemSet& rSet );
- ~OfaMiscTabPage();
+ virtual ~OfaMiscTabPage();
static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet );
@@ -121,7 +121,7 @@ private:
public:
OfaViewTabPage( Window* pParent, const SfxItemSet& rSet );
- ~OfaViewTabPage();
+ virtual ~OfaViewTabPage();
static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet );
@@ -163,7 +163,7 @@ class OfaLanguagesTabPage : public SfxTabPage
public:
OfaLanguagesTabPage( Window* pParent, const SfxItemSet& rSet );
- ~OfaLanguagesTabPage();
+ virtual ~OfaLanguagesTabPage();
static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet );