diff options
Diffstat (limited to 'shell/source/backends/localebe/localebackend.cxx')
-rw-r--r-- | shell/source/backends/localebe/localebackend.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/source/backends/localebe/localebackend.cxx b/shell/source/backends/localebe/localebackend.cxx index 558926d8febd..9f1d22fef93e 100644 --- a/shell/source/backends/localebe/localebackend.cxx +++ b/shell/source/backends/localebe/localebackend.cxx @@ -123,8 +123,7 @@ namespace /* private */ CFStringRef sref = ImplGetAppPreference(pref); CFStringGuard srefGuard(sref); - OUStringBuffer aLocaleBuffer; - aLocaleBuffer.append("en-US"); // initialize with fallback value + OUStringBuffer aLocaleBuffer("en-US"); // initialize with fallback value if (sref != nullptr) { |