diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 09:48:22 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 09:48:22 +0000 |
commit | d2c2080b053b93b212d788298ffaa029c6ef337d (patch) | |
tree | 4e37dbd545ab39b948ffaa919728ab160b673cb4 /i18npool | |
parent | 5898c410daed8383f4cb05ecec5f8ce2669bd8d8 (diff) |
INTEGRATION: CWS mh11rc (1.20.14); FILE MERGED
2003/06/06 08:19:33 mh 1.20.14.1: join: from beta2
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/localedata.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/i18npool/source/localedata/localedata.cxx b/i18npool/source/localedata/localedata.cxx index d27b5cbc2306..7ef598899991 100644 --- a/i18npool/source/localedata/localedata.cxx +++ b/i18npool/source/localedata/localedata.cxx @@ -2,9 +2,9 @@ * * $RCSfile: localedata.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: hr $ $Date: 2003-04-28 15:24:01 $ + * last change: $Author: vg $ $Date: 2003-06-12 10:48:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -166,6 +166,7 @@ static const struct { { "lt_LT", lcl_DATA_EURO, "lt" }, { "lv_LV", lcl_DATA_EURO, "lv" }, { "uk_UA", lcl_DATA_EURO, "uk" }, + { "ro_RO", lcl_DATA_EURO, "ro" }, { "ja_JP", lcl_DATA_OTHERS, "ja" }, { "ko_KR", lcl_DATA_OTHERS, "ko" }, @@ -273,7 +274,7 @@ Sequence< CalendarItem > &LocaleData::getCalendarItemByName(const OUString& name cals = getAllCalendars(loc); len = cals.getLength(); } - OUString& id = name.getToken(0, under, index); + const OUString& id = name.getToken(0, under, index); for (index = 0; index < cals.getLength(); index++) { if (id.equals(cals[index].Name)) { ref_cal = cals[index]; |