Kaydet (Commit) a67763c1 authored tarafından Eike Rathke's avatar Eike Rathke

was convertIsoStringToLanguage(), use convertToLocaleWithFallback()

Change-Id: I57df767ba5bfbd7b0f9cc7420de0ddbd2fa64685
üst 9000ee0e
......@@ -130,7 +130,7 @@ void ThesDummy_Impl::GetCfgLocales()
Locale *pLocale = pLocaleSeq->getArray();
for (sal_Int32 i = 0; i < nLen; ++i)
{
pLocale[i] = LanguageTag::convertToLocale( pNodeNames[i] );
pLocale[i] = LanguageTag::convertToLocaleWithFallback( pNodeNames[i] );
}
}
}
......
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