summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-10-11 08:21:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-11 08:42:49 +0000
commit52dfb06b194bf890510352a98540c64bc3d44b70 (patch)
treea37c2287f141499ca0ac3f4bd2cc55efe204432c /sfx2/source/dialog
parent411c04c4025b4349df70a2dae723bbeac9f12f57 (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/dialog')
-rw-r--r--sfx2/source/dialog/splitwin.cxx6
1 files changed, 0 insertions, 6 deletions
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 )