diff options
author | Dennis Francis <dennis.francis@collabora.co.uk> | 2017-12-15 12:18:55 +0530 |
---|---|---|
committer | Dennis Francis <dennis.francis@collabora.co.uk> | 2017-12-15 12:49:43 +0100 |
commit | 574b06d36e3f0df1dfa1029e8d33473237807dcb (patch) | |
tree | b872a9e88830727d9f9b41720a747c648754b2ea | |
parent | dabfbb120dfaca2958f503387a3acac97886e3af (diff) |
tdf#114479 : Blacklist MATCH() for threading
due to reasons similar to VLOOKUP/HLOOKUP
Change-Id: I4eeefd37d87d19ed4c27c58cd661206ce916823a
Reviewed-on: https://gerrit.libreoffice.org/46499
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Dennis Francis <dennis.francis@collabora.co.uk>
(cherry picked from commit 2ba36f21bad74cbbd68611afddaf9bbdc8ffda50)
Reviewed-on: https://gerrit.libreoffice.org/46510
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
-rw-r--r-- | sc/source/core/tool/token.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx index e8d249a2ac50..709d00e3e2ad 100644 --- a/sc/source/core/tool/token.cxx +++ b/sc/source/core/tool/token.cxx @@ -1344,7 +1344,8 @@ void ScTokenArray::CheckForThreading( OpCode eOp ) ocOffset, ocTableOp, ocVLookup, - ocHLookup + ocHLookup, + ocMatch }); // We only call this if it was already disabled |