diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:48:51 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 12:54:55 +0200 |
commit | 90294b464d0e5acf21cb152babb11d7f96ecf5d7 (patch) | |
tree | 0c27bf7d6e4809bfccaee781fd780be2f303a4e5 /shell/source/backends/localebe | |
parent | 9a33b501b3eb82d8ec08b391c35efa44a3723a2f (diff) |
Improved loplugin:stringconstant (now that GCC 7 supports it): shell
Change-Id: I0045eac5f2395f56dcb1ed8a958c93c28de496a9
Reviewed-on: https://gerrit.libreoffice.org/76647
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'shell/source/backends/localebe')
-rw-r--r-- | shell/source/backends/localebe/localebackend.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/backends/localebe/localebackend.cxx b/shell/source/backends/localebe/localebackend.cxx index 3cb381a721a9..191c5940980e 100644 --- a/shell/source/backends/localebe/localebackend.cxx +++ b/shell/source/backends/localebe/localebackend.cxx @@ -316,7 +316,7 @@ css::uno::Any LocaleBackend::getPropertyValue( OUString LocaleBackend::getBackendName() { - return OUString("com.sun.star.comp.configuration.backend.LocaleBackend") ; + return "com.sun.star.comp.configuration.backend.LocaleBackend" ; } OUString SAL_CALL LocaleBackend::getImplementationName() |