and restore the intention of the original patch

Change-Id: I8187d425a12f8a96d9e29df244084f7045f448ea
This commit is contained in:
Eike Rathke
2014-03-28 17:48:42 +01:00
parent b4bc7aabce
commit 413a134b34

View File

@@ -137,7 +137,7 @@ static void lclMatchKeyword(OUString& rName, const ScCellKeywordHashMap& aMap,
return; return;
} }
} }
else if ( !eOpCode && pLocale ) else if ( pLocale )
{ {
LocaleMatch eLevel = lclLocaleCompare(itrList->mrLocale, aLanguageTag); LocaleMatch eLevel = lclLocaleCompare(itrList->mrLocale, aLanguageTag);
if ( eLevel == LOCALE_MATCH_ALL ) if ( eLevel == LOCALE_MATCH_ALL )