summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-08-10 13:03:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-08-10 16:49:53 +0200
commitf05565193971376182db41c238b617c1463bd9d7 (patch)
tree15bfcdbe47f1d6a9bf26ba230c50c84c9d956231 /shell
parent80042cc0e9786fe8dcabe0b8f106183f8df19355 (diff)
loplugin:stringconstant (macOS)
Change-Id: Icb9d9e1cd21e2506e36fe40a3b93b6a2521a868c Reviewed-on: https://gerrit.libreoffice.org/77239 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'shell')
-rw-r--r--shell/source/backends/macbe/macbackend.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/backends/macbe/macbackend.mm b/shell/source/backends/macbe/macbackend.mm
index d89aa0b6bc16..cb730c93d66c 100644
--- a/shell/source/backends/macbe/macbackend.mm
+++ b/shell/source/backends/macbe/macbackend.mm
@@ -376,7 +376,7 @@ css::uno::Any MacOSXBackend::getPropertyValue(
OUString MacOSXBackend::getBackendName(void)
{
- return OUString("com.sun.star.comp.configuration.backend.MacOSXBackend");
+ return "com.sun.star.comp.configuration.backend.MacOSXBackend";
}
OUString SAL_CALL MacOSXBackend::getImplementationName(void)