summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Francis <dennis.francis@collabora.co.uk>2017-12-15 12:18:55 +0530
committerDennis Francis <dennis.francis@collabora.co.uk>2017-12-15 10:34:32 +0100
commit2ba36f21bad74cbbd68611afddaf9bbdc8ffda50 (patch)
treec201de7ed03fb3d3b0668c44d6b102791d78cd3e
parent0656952ad4c7ad28df51ccd11ee17cd1c028ec16 (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>
-rw-r--r--sc/source/core/tool/token.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index 1d698639d09a..40f302ef85ef 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