diff options
author | Noel Grandin <noel@peralex.com> | 2016-10-11 08:21:34 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-11 08:42:49 +0000 |
commit | 52dfb06b194bf890510352a98540c64bc3d44b70 (patch) | |
tree | a37c2287f141499ca0ac3f4bd2cc55efe204432c /sfx2/source/control/thumbnailview.cxx | |
parent | 411c04c4025b4349df70a2dae723bbeac9f12f57 (diff) |
loplugin:unnecessaryoverride in sfx2
Change-Id: I9097a5cfb861e6659a5d9ae10f9c45f2edcae2ec
Reviewed-on: https://gerrit.libreoffice.org/29686
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source/control/thumbnailview.cxx')
-rw-r--r-- | sfx2/source/control/thumbnailview.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sfx2/source/control/thumbnailview.cxx b/sfx2/source/control/thumbnailview.cxx index 68e88bae79cc..6bcb2811e842 100644 --- a/sfx2/source/control/thumbnailview.cxx +++ b/sfx2/source/control/thumbnailview.cxx @@ -828,11 +828,6 @@ void ThumbnailView::MouseButtonDown( const MouseEvent& rMEvt ) } } -void ThumbnailView::MouseButtonUp( const MouseEvent& rMEvt ) -{ - Control::MouseButtonUp( rMEvt ); -} - void ThumbnailView::Command( const CommandEvent& rCEvt ) { if ( (rCEvt.GetCommand() == CommandEventId::Wheel) || |