summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-05-25 09:43:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-05-25 09:43:16 +0100
commit70fe321f3cadfb4c71bd2948d3b0651ab50ff009 (patch)
tree7fc2f35f77d663268cfa672880fd1893553669e1 /wizards
parent63e3a8b48aff32886acea504500a764234b60793 (diff)
match GetStarOfficeLocale with NLPSolver.ResourceManager
for better or worse is another issue Change-Id: I2019c7506b95eb97461afc9b1d41782e0a9b2504
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/tools/Misc.xba3
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()) &gt; 0 Then
aLocLocale.Country = sLocaleList(1)
End If
+ If Ubound(sLocaleList()) &gt; 1 Then
+ aLocLocale.Variant = sLocaleList(2)
+ End If
GetStarOfficeLocale() = aLocLocale
End Function