summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-11-13 13:36:54 +0100
committerMichael Stahl <mstahl@redhat.com>2015-11-13 13:37:25 +0100
commitd5c28d2616f4fad5f490387efa27d651c7b9243f (patch)
treec5728611c9c20c5063a11819d816cffa344e6231 /cui
parent5fb91dfd804cd6f3d585bb4113b9a68083ac71ee (diff)
cui: loplugin:override
Change-Id: I5a14762a64e88aae67d10d0a6ef80d38bb26320a
Diffstat (limited to 'cui')
-rw-r--r--cui/source/inc/SpellDialog.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/SpellDialog.hxx b/cui/source/inc/SpellDialog.hxx
index 26ac311758c4..021178120351 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);
- ~SentenceEditWindow_Impl();
+ virtual ~SentenceEditWindow_Impl();
void Init(VclPtr<ToolBox> &rToolbar);
void SetModifyHdl(const Link<Edit&,void>& rLink) override { m_aModifyLink = rLink;}