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:
Stephan Bergmann
2019-07-30 17:56:08 +02:00
parent 4f2f0e6450
commit aa1a8a978d

View File

@@ -52,7 +52,7 @@ Reference< XMimeContentType > CMimeContentTypeFactory::createMimeContentType( co
OUString SAL_CALL CMimeContentTypeFactory::getImplementationName( )
{
return OUString( MIMECONTENTTYPEFACTORY_IMPL_NAME );
return MIMECONTENTTYPEFACTORY_IMPL_NAME;
}
sal_Bool SAL_CALL CMimeContentTypeFactory::supportsService( const OUString& ServiceName )