summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/spelldialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/spelldialog.hxx')
-rw-r--r--sc/source/ui/inc/spelldialog.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/spelldialog.hxx b/sc/source/ui/inc/spelldialog.hxx
index dbcbfda78abc..6e735b21f4d7 100644
--- a/sc/source/ui/inc/spelldialog.hxx
+++ b/sc/source/ui/inc/spelldialog.hxx
@@ -44,7 +44,7 @@ public:
explicit ScSpellDialogChildWindow( vcl::Window* pParent, sal_uInt16 nId,
SfxBindings* pBindings, SfxChildWinInfo* pInfo );
- virtual ~ScSpellDialogChildWindow();
+ virtual ~ScSpellDialogChildWindow() override;
/** This method makes the one from the base class public so that
it can be called from the view shell when one is created.