loplugin:unnecessaryoverride
Change-Id: I24a0e495b64a1db8b7c45f3c68e06ad3301bd9c4
This commit is contained in:
@@ -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)
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user