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 b166dd134a5f..60b81dbbe899 100644
--- a/cui/source/inc/SpellDialog.hxx
+++ b/cui/source/inc/SpellDialog.hxx
@@ -80,7 +80,7 @@ protected:
public:
SentenceEditWindow_Impl(vcl::Window* pParent, WinBits nBits);
- virtual ~SentenceEditWindow_Impl();
+ virtual ~SentenceEditWindow_Impl() override;
void Init(VclPtr<ToolBox> &rToolbar);
void SetModifyHdl(const Link<Edit&,void>& rLink) override { m_aModifyLink = rLink;}
@@ -227,7 +227,7 @@ public:
svx::SpellDialogChildWindow* pChildWindow,
vcl::Window * pParent,
SfxBindings* pBindings);
- virtual ~SpellDialog();
+ virtual ~SpellDialog() override;
virtual void dispose() override;
virtual bool Close() override;