summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
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()) > 0 Then
aLocLocale.Country = sLocaleList(1)
End If
+ If Ubound(sLocaleList()) > 1 Then
+ aLocLocale.Variant = sLocaleList(2)
+ End If
GetStarOfficeLocale() = aLocLocale
End Function