diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:48:09 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 12:54:17 +0200 |
commit | 086ce5c2bb036ca8268f8bcb19099866f8561047 (patch) | |
tree | fc7fe096b455424bfdb63c7c4b0b47941948de7f /svtools/source/uno/unoevent.cxx | |
parent | 06daea730e65b70f1a2c6adaeeeaa8fc2927a311 (diff) |
Improved loplugin:stringconstant (now that GCC 7 supports it): svtools
Change-Id: I4d42441adf5408e0281577078b0d5537acb02513
Reviewed-on: https://gerrit.libreoffice.org/76641
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svtools/source/uno/unoevent.cxx')
-rw-r--r-- | svtools/source/uno/unoevent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/uno/unoevent.cxx b/svtools/source/uno/unoevent.cxx index dfd43f93d46a..91e1a880f613 100644 --- a/svtools/source/uno/unoevent.cxx +++ b/svtools/source/uno/unoevent.cxx @@ -406,7 +406,7 @@ sal_Int16 SvDetachedEventDescriptor::getIndex(const SvMacroItemId nID) const OUString SvDetachedEventDescriptor::getImplementationName() { - return OUString("SvDetachedEventDescriptor"); + return "SvDetachedEventDescriptor"; } |