Improved loplugin:stringconstant (now that GCC 7 supports it): dtrans
Change-Id: I8894c9311e2a1dfe5c18a8ec1f0f7fe36ecc79bb Reviewed-on: https://gerrit.libreoffice.org/76683 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
@@ -52,7 +52,7 @@ Reference< XMimeContentType > CMimeContentTypeFactory::createMimeContentType( co
|
|||||||
|
|
||||||
OUString SAL_CALL CMimeContentTypeFactory::getImplementationName( )
|
OUString SAL_CALL CMimeContentTypeFactory::getImplementationName( )
|
||||||
{
|
{
|
||||||
return OUString( MIMECONTENTTYPEFACTORY_IMPL_NAME );
|
return MIMECONTENTTYPEFACTORY_IMPL_NAME;
|
||||||
}
|
}
|
||||||
|
|
||||||
sal_Bool SAL_CALL CMimeContentTypeFactory::supportsService( const OUString& ServiceName )
|
sal_Bool SAL_CALL CMimeContentTypeFactory::supportsService( const OUString& ServiceName )
|
||||||
|
Reference in New Issue
Block a user