diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:57:37 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 13:00:19 +0200 |
commit | 6c145a826f4ecebcc387b0bd1dac018980b90bf9 (patch) | |
tree | 6dd0ab369b72207183302502cf008065eda6362e /configmgr/source/readonlyaccess.cxx | |
parent | d4ef035e2d08ad91e6fccd58590abdff0d6260c7 (diff) |
Improved loplugin:stringconstant (now that GCC 7 supports it): configmgr
Change-Id: Ie82faef06ea13d1a0d3007915334822d3f4f94e3
Reviewed-on: https://gerrit.libreoffice.org/76690
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'configmgr/source/readonlyaccess.cxx')
-rw-r--r-- | configmgr/source/readonlyaccess.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/readonlyaccess.cxx b/configmgr/source/readonlyaccess.cxx index ec8adab39848..079459dc747f 100644 --- a/configmgr/source/readonlyaccess.cxx +++ b/configmgr/source/readonlyaccess.cxx @@ -117,7 +117,7 @@ css::uno::Reference< css::uno::XInterface > create( } OUString getImplementationName() { - return OUString("com.sun.star.comp.configuration.ReadOnlyAccess"); + return "com.sun.star.comp.configuration.ReadOnlyAccess"; } css::uno::Sequence< OUString > getSupportedServiceNames() { |