diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-16 10:37:26 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-16 10:37:26 +0100 |
commit | 10bf49c18d56f198e63514953a1c6e2ea17fcc9c (patch) | |
tree | 1882ca5533ddb2863f6a809db8838c534fb4c47e /include | |
parent | 9ada2da6f1bceb5d24f23d8df08103535714918a (diff) |
loplugin:unnecessaryoverride
Change-Id: I24a0e495b64a1db8b7c45f3c68e06ad3301bd9c4
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/AccessibleContextBase.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/editeng/AccessibleContextBase.hxx b/include/editeng/AccessibleContextBase.hxx index dc0c19a597d3..24bb87ee74c9 100644 --- a/include/editeng/AccessibleContextBase.hxx +++ b/include/editeng/AccessibleContextBase.hxx @@ -266,12 +266,6 @@ public: //===== XTypeProvider =================================================== - /** Returns a sequence of all supported interfaces. - */ - virtual css::uno::Sequence< css::uno::Type> SAL_CALL - getTypes() - throw (css::uno::RuntimeException, std::exception) override; - /** Returns a implementation id. */ virtual css::uno::Sequence<sal_Int8> SAL_CALL |