summaryrefslogtreecommitdiff
path: root/stoc/source/loader
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:48:28 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:54:36 +0200
commitd15e0ff4fd120ede2bf5599f7323628c58c3df91 (patch)
treef85071ed07e2e09a1c2d165ed36cf90da92f7d44 /stoc/source/loader
parent254eb4186a286785baa58d2c1f8fe47ced608a34 (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.cxx2
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 )