From aa1a8a978d5589a4a9760239c3735cda10da8f26 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 30 Jul 2019 17:56:08 +0200 Subject: 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 --- dtrans/source/cnttype/mcnttfactory.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtrans/source/cnttype/mcnttfactory.cxx b/dtrans/source/cnttype/mcnttfactory.cxx index c4069d6798ae..49db6274619b 100644 --- a/dtrans/source/cnttype/mcnttfactory.cxx +++ b/dtrans/source/cnttype/mcnttfactory.cxx @@ -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 ) -- cgit