loplugin:saloverride
Change-Id: I2f818c865345c9396b3292d9bf0f8520556223e1
This commit is contained in:
@@ -146,7 +146,7 @@ public:
|
||||
|
||||
// XServiceInfo
|
||||
virtual OUString SAL_CALL getImplementationName()
|
||||
throw(::com::sun::star::uno::RuntimeException, std::exception) = 0;
|
||||
throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE = 0;
|
||||
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
|
||||
throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
|
||||
|
Reference in New Issue
Block a user