summaryrefslogtreecommitdiff
path: root/extensions/source/logging/plaintextformatter.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:55:06 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:58:51 +0200
commit86731aab9dbb9e5c941ed2a9aced327848e1e5f7 (patch)
tree97089705531719c76793e896fa263d1970b44076 /extensions/source/logging/plaintextformatter.cxx
parent5f28debd416e83736a76d98b229050b6d2ec8226 (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/plaintextformatter.cxx')
-rw-r--r--extensions/source/logging/plaintextformatter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/logging/plaintextformatter.cxx b/extensions/source/logging/plaintextformatter.cxx
index 3a3d0fce686d..a4ac9c35000c 100644
--- a/extensions/source/logging/plaintextformatter.cxx
+++ b/extensions/source/logging/plaintextformatter.cxx
@@ -129,7 +129,7 @@ namespace logging
OUString SAL_CALL PlainTextFormatter::getImplementationName()
{
- return OUString("com.sun.star.comp.extensions.PlainTextFormatter");
+ return "com.sun.star.comp.extensions.PlainTextFormatter";
}
Sequence< OUString > SAL_CALL PlainTextFormatter::getSupportedServiceNames()