From 48dc1e48d0fed5e00a3e4b5edf11a90fcc55b5ed Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 27 Feb 2019 08:49:39 +0200 Subject: loplugin:unnecessaryoverride look for more patterns like bool Foo::bar() { b = Super::bar(); return b; } Change-Id: I5e4c8005a3da7d7487c9039c35dcbb1d17e65bd7 Reviewed-on: https://gerrit.libreoffice.org/68418 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- svx/inc/uiobject.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'svx/inc') diff --git a/svx/inc/uiobject.hxx b/svx/inc/uiobject.hxx index 1cf2a33ef449..6805e35646f6 100644 --- a/svx/inc/uiobject.hxx +++ b/svx/inc/uiobject.hxx @@ -22,8 +22,6 @@ class SvxShowCharSetUIObject : public WindowUIObject public: SvxShowCharSetUIObject(const VclPtr& xCharSetWin, SvxShowCharSet* pCharSet); - virtual StringMap get_state() override; - virtual void execute(const OUString& rAction, const StringMap& rParameters) override; -- cgit