diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:48:28 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 12:54:36 +0200 |
commit | d15e0ff4fd120ede2bf5599f7323628c58c3df91 (patch) | |
tree | f85071ed07e2e09a1c2d165ed36cf90da92f7d44 /stoc/source/loader | |
parent | 254eb4186a286785baa58d2c1f8fe47ced608a34 (diff) |
Improved loplugin:stringconstant (now that GCC 7 supports it): stoc
Change-Id: Id739d5ff815d3bb1db48e9b1c2b3f739e3f11dfd
Reviewed-on: https://gerrit.libreoffice.org/76644
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'stoc/source/loader')
-rw-r--r-- | stoc/source/loader/dllcomponentloader.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/loader/dllcomponentloader.cxx b/stoc/source/loader/dllcomponentloader.cxx index 1935271d536c..fe88d1b74746 100644 --- a/stoc/source/loader/dllcomponentloader.cxx +++ b/stoc/source/loader/dllcomponentloader.cxx @@ -76,7 +76,7 @@ DllComponentLoader::DllComponentLoader( const Reference<XComponentContext> & xCt OUString SAL_CALL DllComponentLoader::getImplementationName( ) { - return OUString("com.sun.star.comp.stoc.DLLComponentLoader"); + return "com.sun.star.comp.stoc.DLLComponentLoader"; } sal_Bool SAL_CALL DllComponentLoader::supportsService( const OUString& ServiceName ) |