summaryrefslogtreecommitdiff
path: root/cui/source/inc/autocdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/autocdlg.hxx')
-rw-r--r--cui/source/inc/autocdlg.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/inc/autocdlg.hxx b/cui/source/inc/autocdlg.hxx
index cf462facaca6..a74f09effef3 100644
--- a/cui/source/inc/autocdlg.hxx
+++ b/cui/source/inc/autocdlg.hxx
@@ -167,7 +167,7 @@ class OfaSwAutoFmtOptionsPage : public SfxTabPage
OfaSwAutoFmtOptionsPage( Window* pParent,
const SfxItemSet& rSet );
- ~OfaSwAutoFmtOptionsPage();
+ virtual ~OfaSwAutoFmtOptionsPage();
public:
static SfxTabPage* Create( Window* pParent,
@@ -261,7 +261,7 @@ private:
void setTabs();
public:
OfaAutocorrReplacePage( Window* pParent, const SfxItemSet& rSet );
- ~OfaAutocorrReplacePage();
+ virtual ~OfaAutocorrReplacePage();
static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet);
@@ -319,7 +319,7 @@ private:
LanguageType eNewLanguage);
public:
OfaAutocorrExceptPage( Window* pParent, const SfxItemSet& rSet );
- ~OfaAutocorrExceptPage();
+ virtual ~OfaAutocorrExceptPage();
static SfxTabPage* Create( Window* pParent,
const SfxItemSet& rAttrSet);
@@ -385,7 +385,7 @@ private:
OfaQuoteTabPage( Window* pParent, const SfxItemSet& rSet );
public:
- ~OfaQuoteTabPage();
+ virtual ~OfaQuoteTabPage();
static SfxTabPage* Create( Window* pParent,
const SfxItemSet& rAttrSet);