[Libreoffice-commits] core.git: cui/source

Michael Stahl mstahl at redhat.com
Fri Nov 13 04:39:36 PST 2015


 cui/source/inc/SpellDialog.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d5c28d2616f4fad5f490387efa27d651c7b9243f
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Nov 13 13:36:54 2015 +0100

    cui: loplugin:override
    
    Change-Id: I5a14762a64e88aae67d10d0a6ef80d38bb26320a

diff --git a/cui/source/inc/SpellDialog.hxx b/cui/source/inc/SpellDialog.hxx
index 26ac311..0211781 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;}


More information about the Libreoffice-commits mailing list