diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:55:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 12:58:51 +0200 |
commit | 86731aab9dbb9e5c941ed2a9aced327848e1e5f7 (patch) | |
tree | 97089705531719c76793e896fa263d1970b44076 /extensions/source/logging/simpletextformatter.cxx | |
parent | 5f28debd416e83736a76d98b229050b6d2ec8226 (diff) |
Improved loplugin:stringconstant (now that GCC 7 supports it): extensions
Change-Id: Ic99c822e8461ab46056be05846314bb772ef2957
Reviewed-on: https://gerrit.libreoffice.org/76678
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'extensions/source/logging/simpletextformatter.cxx')
-rw-r--r-- | extensions/source/logging/simpletextformatter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/logging/simpletextformatter.cxx b/extensions/source/logging/simpletextformatter.cxx index a5eb3deaf547..003c978233b1 100644 --- a/extensions/source/logging/simpletextformatter.cxx +++ b/extensions/source/logging/simpletextformatter.cxx @@ -83,7 +83,7 @@ sal_Bool SAL_CALL SimpleTextFormatter::supportsService(const OUString& _rService OUString SAL_CALL SimpleTextFormatter::getImplementationName() { - return OUString("com.sun.star.comp.extensions.SimpleTextFormatter"); + return "com.sun.star.comp.extensions.SimpleTextFormatter"; } Sequence<OUString> SAL_CALL SimpleTextFormatter::getSupportedServiceNames() |