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 /editeng/source/accessibility | |
parent | 9ada2da6f1bceb5d24f23d8df08103535714918a (diff) |
loplugin:unnecessaryoverride
Change-Id: I24a0e495b64a1db8b7c45f3c68e06ad3301bd9c4
Diffstat (limited to 'editeng/source/accessibility')
-rw-r--r-- | editeng/source/accessibility/AccessibleContextBase.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/editeng/source/accessibility/AccessibleContextBase.cxx b/editeng/source/accessibility/AccessibleContextBase.cxx index 1b92baa184f4..7b80e9c8b178 100644 --- a/editeng/source/accessibility/AccessibleContextBase.cxx +++ b/editeng/source/accessibility/AccessibleContextBase.cxx @@ -437,15 +437,6 @@ uno::Sequence< OUString > SAL_CALL // XTypeProvider -uno::Sequence< css::uno::Type> - AccessibleContextBase::getTypes() - throw (css::uno::RuntimeException, std::exception) -{ - // This class supports no interfaces on its own. Just return those - // supported by the base class. - return WeakComponentImplHelper::getTypes(); -} - uno::Sequence<sal_Int8> SAL_CALL AccessibleContextBase::getImplementationId() throw (css::uno::RuntimeException, std::exception) |