diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-05-25 09:43:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-05-25 09:43:16 +0100 |
commit | 70fe321f3cadfb4c71bd2948d3b0651ab50ff009 (patch) | |
tree | 7fc2f35f77d663268cfa672880fd1893553669e1 /wizards/source/tools/Misc.xba | |
parent | 63e3a8b48aff32886acea504500a764234b60793 (diff) |
match GetStarOfficeLocale with NLPSolver.ResourceManager
for better or worse is another issue
Change-Id: I2019c7506b95eb97461afc9b1d41782e0a9b2504
Diffstat (limited to 'wizards/source/tools/Misc.xba')
-rw-r--r-- | wizards/source/tools/Misc.xba | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wizards/source/tools/Misc.xba b/wizards/source/tools/Misc.xba index 9c19c7c967fe..f5950afd1f18 100644 --- a/wizards/source/tools/Misc.xba +++ b/wizards/source/tools/Misc.xba @@ -101,6 +101,9 @@ Dim oMasterKey If Ubound(sLocaleList()) > 0 Then aLocLocale.Country = sLocaleList(1) End If + If Ubound(sLocaleList()) > 1 Then + aLocLocale.Variant = sLocaleList(2) + End If GetStarOfficeLocale() = aLocLocale End Function |