loplugin:unnecessaryoverride

Change-Id: I24a0e495b64a1db8b7c45f3c68e06ad3301bd9c4
This commit is contained in:
Stephan Bergmann
2016-12-16 10:37:26 +01:00
parent 9ada2da6f1
commit 10bf49c18d
2 changed files with 0 additions and 15 deletions

View File

@@ -437,15 +437,6 @@ uno::Sequence< OUString > SAL_CALL
// XTypeProvider // 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 uno::Sequence<sal_Int8> SAL_CALL
AccessibleContextBase::getImplementationId() AccessibleContextBase::getImplementationId()
throw (css::uno::RuntimeException, std::exception) throw (css::uno::RuntimeException, std::exception)

View File

@@ -266,12 +266,6 @@ public:
//===== XTypeProvider =================================================== //===== 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. /** Returns a implementation id.
*/ */
virtual css::uno::Sequence<sal_Int8> SAL_CALL virtual css::uno::Sequence<sal_Int8> SAL_CALL