diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-07 12:55:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-07 14:41:40 +0200 |
commit | 9422879a5cf74120c1057b0f8150529e304f7c95 (patch) | |
tree | 00b6c549be8fea2980f0ee2e2fc621b8ca8920fd /desktop/source/app/langselect.cxx | |
parent | c87077f653739d00ed5237d54838c1a454d65c4f (diff) |
loplugin:ostr in desktop
Change-Id: Ib43d1c3a182badddd870bcb8e052ac7fd0a16fc5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167270
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop/source/app/langselect.cxx')
-rw-r--r-- | desktop/source/app/langselect.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/langselect.cxx b/desktop/source/app/langselect.cxx index 5eb2f0636bcd..702f0a66f224 100644 --- a/desktop/source/app/langselect.cxx +++ b/desktop/source/app/langselect.cxx @@ -86,7 +86,7 @@ bool prepareLocale() { std::shared_ptr<comphelper::ConfigurationChanges> batch( comphelper::ConfigurationChanges::create()); officecfg::Office::Linguistic::General::UILocale::set( - "", batch); + u""_ustr, batch); batch->commit(); } catch (const css::uno::Exception &) { TOOLS_WARN_EXCEPTION("desktop.app", "ignoring"); |