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:
Donizete Waterkemper
2014-03-03 17:22:15 -03:00
committed by Marcos Paulo de Souza
parent 115ae12595
commit c4cff5a645
2 changed files with 3 additions and 3 deletions

View File

@@ -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 );
}