summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/localedata/localedata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/localedata/localedata.cxx b/i18npool/source/localedata/localedata.cxx
index 06ec029eac51..433b34c72de3 100644
--- a/i18npool/source/localedata/localedata.cxx
+++ b/i18npool/source/localedata/localedata.cxx
@@ -840,7 +840,7 @@ LocaleDataImpl::getAllCurrencies2( const Locale& rLocale )
Sequence< Currency > SAL_CALL
LocaleDataImpl::getAllCurrencies( const Locale& rLocale )
{
- Sequence< Currency2 > aCur2( getAllCurrencies2( rLocale));
+ const Sequence< Currency2 > aCur2( getAllCurrencies2( rLocale));
Sequence< Currency > aCur1( aCur2.getLength());
Currency* p1 = aCur1.getArray();
for (const Currency2& r2 : aCur2)