loplugin:unnecessaryoverride
Change-Id: I24a0e495b64a1db8b7c45f3c68e06ad3301bd9c4
This commit is contained in:
parent
9ada2da6f1
commit
10bf49c18d
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user