summaryrefslogtreecommitdiff
path: root/cui/source/inc/SpellDialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/SpellDialog.hxx')
-rw-r--r--cui/source/inc/SpellDialog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/SpellDialog.hxx b/cui/source/inc/SpellDialog.hxx
index 60268b705943..f340cfd8f150 100644
--- a/cui/source/inc/SpellDialog.hxx
+++ b/cui/source/inc/SpellDialog.hxx
@@ -76,7 +76,7 @@ protected:
public:
SentenceEditWindow_Impl(Window* pParent, WinBits nBits);
- ~SentenceEditWindow_Impl();
+ virtual ~SentenceEditWindow_Impl();
void SetModifyHdl(const Link& rLink) SAL_OVERRIDE { m_aModifyLink = rLink;}
@@ -219,7 +219,7 @@ public:
svx::SpellDialogChildWindow* pChildWindow,
Window * pParent,
SfxBindings* pBindings);
- ~SpellDialog();
+ virtual ~SpellDialog();
void SetLanguage( sal_uInt16 nLang );
virtual bool Close() SAL_OVERRIDE;