From 52dfb06b194bf890510352a98540c64bc3d44b70 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 11 Oct 2016 08:21:34 +0200 Subject: loplugin:unnecessaryoverride in sfx2 Change-Id: I9097a5cfb861e6659a5d9ae10f9c45f2edcae2ec Reviewed-on: https://gerrit.libreoffice.org/29686 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sfx2/source/dialog/splitwin.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sfx2/source/dialog') diff --git a/sfx2/source/dialog/splitwin.cxx b/sfx2/source/dialog/splitwin.cxx index ba2d8713dcce..95b12bd095f5 100644 --- a/sfx2/source/dialog/splitwin.cxx +++ b/sfx2/source/dialog/splitwin.cxx @@ -928,12 +928,6 @@ sal_uInt16 SfxSplitWindow::GetWindowCount() const } -void SfxSplitWindow::Command( const CommandEvent& rCEvt ) -{ - SplitWindow::Command( rCEvt ); -} - - IMPL_LINK( SfxSplitWindow, TimerHdl, Timer*, pTimer, void) { if ( pTimer ) -- cgit