summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/tools/Misc.xba8
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"