diff options
author | Eike Rathke <erack@redhat.com> | 2014-03-28 17:48:42 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-03-28 17:48:42 +0100 |
commit | 413a134b34a57ff8d5e5d63fb189338d4b84b5aa (patch) | |
tree | 829f7ccf2842716a14e4675c6df1962295d15470 | |
parent | b4bc7aabce9bc5057b39f71cc7624c9345193caf (diff) |
and restore the intention of the original patch
Change-Id: I8187d425a12f8a96d9e29df244084f7045f448ea
-rw-r--r-- | sc/source/core/tool/cellkeytranslator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |