summaryrefslogtreecommitdiff
path: root/sfx2/source/statbar
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/statbar
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/statbar')
-rw-r--r--sfx2/source/statbar/stbitem.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sfx2/source/statbar/stbitem.cxx b/sfx2/source/statbar/stbitem.cxx
index e89a25e88175..87b2102a7f88 100644
--- a/sfx2/source/statbar/stbitem.cxx
+++ b/sfx2/source/statbar/stbitem.cxx
@@ -172,12 +172,6 @@ SfxStatusBarControl::~SfxStatusBarControl()
// XInterface
-uno::Any SAL_CALL SfxStatusBarControl::queryInterface( const uno::Type & rType )
-throw( uno::RuntimeException, std::exception)
-{
- return svt::StatusbarController::queryInterface( rType );
-}
-
void SAL_CALL SfxStatusBarControl::acquire() throw()
{
OWeakObject::acquire();