summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-10-10 15:45:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-11 06:08:29 +0000
commit90a0e59737d680b35d7dff1a59f66e53c13f444d (patch)
tree6e891f830b88fd71da9ca312b7c8d89219d3e0e7 /svtools/inc
parent16df731a30917a426df81d751a0bfd0ae5fcdd45 (diff)
loplugin:unnnecessaryoverride in svtools
Change-Id: I49773d9054205c223744495768e1cb05dd7b087d Reviewed-on: https://gerrit.libreoffice.org/29671 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/vclxaccessibleheaderbaritem.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svtools/inc/vclxaccessibleheaderbaritem.hxx b/svtools/inc/vclxaccessibleheaderbaritem.hxx
index 504de6e0c87c..182205144020 100644
--- a/svtools/inc/vclxaccessibleheaderbaritem.hxx
+++ b/svtools/inc/vclxaccessibleheaderbaritem.hxx
@@ -62,9 +62,6 @@ protected:
// OCommonAccessibleComponent
virtual css::awt::Rectangle implGetBounds( ) throw (css::uno::RuntimeException) override;
- // XComponent
- virtual void SAL_CALL disposing() override;
-
public:
VCLXAccessibleHeaderBarItem( HeaderBar* pHeadBar, sal_Int32 _nIndexInParent );
virtual ~VCLXAccessibleHeaderBarItem() override;