Kaydet (Commit) f9d914c1 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix up stub

Change-Id: I17cb60fa1dd55667a15a7dbc50532993c3145244
üst a9410559
...@@ -77,7 +77,7 @@ SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getAllCalendars_en_MY(sal_Int16& c ...@@ -77,7 +77,7 @@ SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getAllCalendars_en_MY(sal_Int16& c
{ {
return getAllCalendars_en_GB(count); 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) SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getAllCurrencies_en_MY(sal_Int16& count)
{ {
return getAllCurrencies_en_GB(count); return getAllCurrencies_en_GB(count);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment