summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-18 13:52:38 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-18 13:52:55 +0000
commitf9d914c19133f64c9510e8ad42c0bf7f6fe713e7 (patch)
tree9d29f07952555a14fe58f476e206853c24c7d48e
parenta94105591251126b26cf46219e21082e6527fd20 (diff)
fix up stub
Change-Id: I17cb60fa1dd55667a15a7dbc50532993c3145244
-rw-r--r--vcl/workben/localestub/localedata_en_MY.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/localestub/localedata_en_MY.cxx b/vcl/workben/localestub/localedata_en_MY.cxx
index 9346a8b8c52d..b24ff2363090 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);