diff options
Diffstat (limited to 'shell/source/backends/localebe/localebackend.cxx')
-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() |