fdo#54938: Convert some places to use cppu::supportsService
Change-Id: Ib941c6ec82d81b1da815561eee87ee91dc8de200 Reviewed-on: https://gerrit.libreoffice.org/8443 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
This commit is contained in:
committed by
Marcos Paulo de Souza
parent
115ae12595
commit
c4cff5a645
@@ -788,7 +788,7 @@ OUString StringResourcePersistenceImpl::getImplementationName( )
|
||||
sal_Bool StringResourcePersistenceImpl::supportsService( const OUString& rServiceName )
|
||||
throw (RuntimeException, std::exception)
|
||||
{
|
||||
return StringResourceImpl::supportsService( rServiceName );
|
||||
return cppu::supportsService( this, rServiceName );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user