diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-11-13 13:36:54 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-11-13 13:37:25 +0100 |
commit | d5c28d2616f4fad5f490387efa27d651c7b9243f (patch) | |
tree | c5728611c9c20c5063a11819d816cffa344e6231 /cui/source/inc | |
parent | 5fb91dfd804cd6f3d585bb4113b9a68083ac71ee (diff) |
cui: loplugin:override
Change-Id: I5a14762a64e88aae67d10d0a6ef80d38bb26320a
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/SpellDialog.hxx | 2 |
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;} |