diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:56:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 12:59:26 +0200 |
commit | aa1a8a978d5589a4a9760239c3735cda10da8f26 (patch) | |
tree | f9ed88edc54868d3925b784819a2854318c73b8e /dtrans/source | |
parent | 4f2f0e64506b19b9fbca17a8810d313f6877805d (diff) |
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>
Diffstat (limited to 'dtrans/source')
-rw-r--r-- | dtrans/source/cnttype/mcnttfactory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |