[Libreoffice-commits] core.git: vcl/workben

Caolán McNamara caolanm at redhat.com
Wed Jan 18 13:53:33 UTC 2017


 vcl/workben/localestub/localedata_en_MY.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f9d914c19133f64c9510e8ad42c0bf7f6fe713e7
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Jan 18 13:52:38 2017 +0000

    fix up stub
    
    Change-Id: I17cb60fa1dd55667a15a7dbc50532993c3145244

diff --git a/vcl/workben/localestub/localedata_en_MY.cxx b/vcl/workben/localestub/localedata_en_MY.cxx
index 9346a8b..b24ff23 100644
--- a/vcl/workben/localestub/localedata_en_MY.cxx
+++ b/vcl/workben/localestub/localedata_en_MY.cxx
@@ -77,7 +77,7 @@ SAL_DLLPUBLIC_EXPORT sal_Unicode **  SAL_CALL getAllCalendars_en_MY(sal_Int16& c
 {
     return getAllCalendars_en_GB(count);
 }
-extern sal_Unicode **  SAL_CALL getAllCurrencies_ms_MY(sal_Int16& count);
+extern sal_Unicode **  SAL_CALL getAllCurrencies_en_GB(sal_Int16& count);
 SAL_DLLPUBLIC_EXPORT sal_Unicode **  SAL_CALL getAllCurrencies_en_MY(sal_Int16& count)
 {
     return getAllCurrencies_en_GB(count);


More information about the Libreoffice-commits mailing list