cui/source/inc/SpellDialog.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d5c28d2616f4fad5f490387efa27d651c7b9243f Author: Michael Stahl <[email protected]> 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;} _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
