summaryrefslogtreecommitdiff
path: root/vcl/workben/localestub
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-18 09:08:19 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-18 09:19:27 +0000
commitd0cbdac23ba545091eb9fac8b114cfc20df74ebf (patch)
tree609cbc2aff09cc4686610639bedcb4f0ffcde301 /vcl/workben/localestub
parent13827ffa54268dc648e1b72ea574daea02598335 (diff)
bodge the ms_MY currency for fuzzing stub
Change-Id: I6f2c6c1873a771188d4d2e06b8fb4a6376cf2cc4
Diffstat (limited to 'vcl/workben/localestub')
-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 5fd7aa9b4674..9346a8b8c52d 100644
--- a/vcl/workben/localestub/localedata_en_MY.cxx
+++ b/vcl/workben/localestub/localedata_en_MY.cxx
@@ -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)