summaryrefslogtreecommitdiff
path: root/include/vcl/splitwin.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/splitwin.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/splitwin.hxx')
-rw-r--r--include/vcl/splitwin.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/splitwin.hxx b/include/vcl/splitwin.hxx
index 2be70304a8aa..96ecd89f40f5 100644
--- a/include/vcl/splitwin.hxx
+++ b/include/vcl/splitwin.hxx
@@ -137,7 +137,6 @@ public:
virtual void MouseMove( const MouseEvent& rMEvt ) override;
virtual void Tracking( const TrackingEvent& rTEvt ) override;
virtual void Paint( vcl::RenderContext& rRenderContext, const Rectangle& rRect ) override;
- virtual void Move() override;
virtual void Resize() override;
virtual void RequestHelp( const HelpEvent& rHEvt ) override;
virtual void StateChanged( StateChangedType nType ) override;