summaryrefslogtreecommitdiff
path: root/include/vcl/slider.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-10-10 08:14:07 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-10 08:39:13 +0000
commit044260331d61e97281539d8dfdcbb64089751437 (patch)
tree09c6c2f4c9796d6000f11c4778d8f85c3be64911 /include/vcl/slider.hxx
parent06dec56d96603026921311c6ddfa41ed6b5879d5 (diff)
loplugin:unnecessaryoverride in vcl
Change-Id: I8a49316dccdc142389d2f7121ff7c8cbbad55638 Reviewed-on: https://gerrit.libreoffice.org/29655 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/slider.hxx')
-rw-r--r--include/vcl/slider.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/slider.hxx b/include/vcl/slider.hxx
index 3ab014c833b7..72d4bc9c313a 100644
--- a/include/vcl/slider.hxx
+++ b/include/vcl/slider.hxx
@@ -88,7 +88,6 @@ public:
virtual void KeyInput( const KeyEvent& rKEvt ) override;
virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle& rRect) override;
virtual void Resize() override;
- virtual void RequestHelp( const HelpEvent& rHEvt ) override;
virtual void StateChanged( StateChangedType nType ) override;
virtual void DataChanged( const DataChangedEvent& rDCEvt ) override;