cui: loplugin:override

Change-Id: I5a14762a64e88aae67d10d0a6ef80d38bb26320a
This commit is contained in:
Michael Stahl
2015-11-13 13:36:54 +01:00
parent 5fb91dfd80
commit d5c28d2616

View File

@@ -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;}