From 413a134b34a57ff8d5e5d63fb189338d4b84b5aa Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Fri, 28 Mar 2014 17:48:42 +0100 Subject: and restore the intention of the original patch Change-Id: I8187d425a12f8a96d9e29df244084f7045f448ea --- sc/source/core/tool/cellkeytranslator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') diff --git a/sc/source/core/tool/cellkeytranslator.cxx b/sc/source/core/tool/cellkeytranslator.cxx index af13cbeab1f7..fb2e3833f415 100644 --- a/sc/source/core/tool/cellkeytranslator.cxx +++ b/sc/source/core/tool/cellkeytranslator.cxx @@ -137,7 +137,7 @@ static void lclMatchKeyword(OUString& rName, const ScCellKeywordHashMap& aMap, return; } } - else if ( !eOpCode && pLocale ) + else if ( pLocale ) { LocaleMatch eLevel = lclLocaleCompare(itrList->mrLocale, aLanguageTag); if ( eLevel == LOCALE_MATCH_ALL ) -- cgit