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

bodge the ms_MY currency for fuzzing stub

Change-Id: I6f2c6c1873a771188d4d2e06b8fb4a6376cf2cc4
üst 13827ffa
......@@ -80,7 +80,7 @@ SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getAllCalendars_en_MY(sal_Int16& c
extern sal_Unicode ** SAL_CALL getAllCurrencies_ms_MY(sal_Int16& count);
SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getAllCurrencies_en_MY(sal_Int16& count)
{
return getAllCurrencies_ms_MY(count);
return getAllCurrencies_en_GB(count);
}
extern sal_Unicode ** SAL_CALL getTransliterations_en_GB(sal_Int16& count);
SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL getTransliterations_en_MY(sal_Int16& 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