diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-05-25 09:36:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-05-25 09:36:31 +0100 |
commit | 63e3a8b48aff32886acea504500a764234b60793 (patch) | |
tree | 493c11f988eff75b0b5b19cf51728f6eff111124 /wizards/source/tools | |
parent | 002b4584e1db1c90000ed776479ff8f99c21e957 (diff) |
GetLocale is unused
Change-Id: I106caf2e32236eea5b5517171c277533c4957c0e
Diffstat (limited to 'wizards/source/tools')
-rw-r--r-- | wizards/source/tools/Misc.xba | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/wizards/source/tools/Misc.xba b/wizards/source/tools/Misc.xba index 0d6e2afaf6c6..9c19c7c967fe 100644 --- a/wizards/source/tools/Misc.xba +++ b/wizards/source/tools/Misc.xba @@ -732,14 +732,6 @@ Function IsFatOffice() As Boolean End Function -Function GetLocale(sLanguage as String, sCountry as String) -Dim oLocale as New com.sun.star.lang.Locale - oLocale.Language = sLanguage - oLocale.Country = sCountry - GetLocale = oLocale -End Function - - Sub ToggleDesignMode(oDocument as Object) Dim aSwitchMode as new com.sun.star.util.URL aSwitchMode.Complete = ".uno:SwitchControlDesignMode" |