Hi,
I'm working on a neat fix for bug fdo#50118 (Add-in functions are always shown in locale,
regardless of global setting 'Use English function names') and I encounter an unexpected behaviour.
In /sc/source/core/tool/addincol.cxx in ScUnoAddInCollection::ReadFromAddIn() I use
Application::GetSettings().GetUILanguageTag().getLocale() (not yet pushed, still in
https://gerrit.libreoffice.org/#/c/6032/), which works well during start up.
But when calling Application::GetSettings().GetUILanguageTag().getLocale() again later, when the
gobal setting 'Use English function names' has been changed, the call returns an empty locale (i.e.
locale.Country is empty)!
Any ideas what causes this?
Winfried
Context
- unexpected behaviour whilst fixing fdo#50118 · Winfried Donkers
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.