sc/source/core/tool/token.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 2ba36f21bad74cbbd68611afddaf9bbdc8ffda50
Author: Dennis Francis <dennis.fran...@collabora.co.uk>
Date:   Fri Dec 15 12:18:55 2017 +0530

    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 <c...@libreoffice.org>
    Reviewed-by: Dennis Francis <dennis.fran...@collabora.co.uk>

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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to