diff options
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/localedata.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/i18npool/source/localedata/localedata.cxx b/i18npool/source/localedata/localedata.cxx index 2d92c5febe24..3eb1f86be4b4 100644 --- a/i18npool/source/localedata/localedata.cxx +++ b/i18npool/source/localedata/localedata.cxx @@ -1649,8 +1649,7 @@ OUString LocaleDataImpl::getFirstLocaleServiceName( const com::sun::star::lang:: ::std::vector< OUString > aVec; if (rLocale.Language == I18NLANGTAG_QLT) { - aVec = LanguageTag( rLocale).getFallbackStrings(); - aVec.erase( aVec.begin()); + aVec = LanguageTag( rLocale).getFallbackStrings( false); for (::std::vector< OUString >::iterator it(aVec.begin()); it != aVec.end(); ++it) { *it = (*it).replace( cHyphen, cUnder); |