wizards/source/tools/Misc.xba |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit 63e3a8b48aff32886acea504500a764234b60793
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu May 25 09:36:03 2017 +0100

    GetLocale is unused
    
    Change-Id: I106caf2e32236eea5b5517171c277533c4957c0e

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 = &quot;.uno:SwitchControlDesignMode&quot;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to