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

fdo#81357 no fallback for special codes without country

Thanks to Justin Luth for the hint.

Change-Id: I97bde18814368e589e2a1c275457489a0d7392d4
üst a3ed2155
......@@ -1105,6 +1105,10 @@ com::sun::star::lang::Locale MsLangId::Conversion::getLocale( const IsoLanguageS
case LANGUAGE_USER_LOJBAN:
case LANGUAGE_KASHMIRI:
case LANGUAGE_USER_KEYID:
// And the special codes without country.
case LANGUAGE_MULTIPLE:
case LANGUAGE_UNDETERMINED:
case LANGUAGE_NONE:
return getLocale( pEntry); // may override
default:
; // nothing
......
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