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

Whatever LANGUAGE_SYSTEM may be in future, this has to be 0

Change-Id: Iddc4dcf3e29919b092560d3bdd81ca85667b224b
üst d32f02bf
...@@ -643,7 +643,7 @@ LanguageTag::ImplPtr LanguageTagImpl::registerOnTheFly( LanguageType nRegisterID ...@@ -643,7 +643,7 @@ LanguageTag::ImplPtr LanguageTagImpl::registerOnTheFly( LanguageType nRegisterID
if (!bOtherImpl || !pImpl->mbInitializedLangID) if (!bOtherImpl || !pImpl->mbInitializedLangID)
{ {
if (nRegisterID == LANGUAGE_SYSTEM || nRegisterID == LANGUAGE_DONTKNOW) if (nRegisterID == LanguageType(0) || nRegisterID == LANGUAGE_DONTKNOW)
nRegisterID = getNextOnTheFlyLanguage(); nRegisterID = getNextOnTheFlyLanguage();
else else
{ {
......
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