[Libreoffice-commits] core.git: sc/source

Dennis Francis dennis.francis at collabora.co.uk
Tue Nov 21 19:24:12 UTC 2017


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

New commits:
commit 925af83ca4a383be854317ce41b7eb739c09ec32
Author: Dennis Francis <dennis.francis at collabora.co.uk>
Date:   Tue Nov 21 20:06:45 2017 +0530

    tdf#113970 : blacklist vlookup/hlookup for threading...
    
    ... until the root issue is fixed.
    
    Change-Id: I8969a78fe252e0b12c5703519641f008d33dc02c
    Reviewed-on: https://gerrit.libreoffice.org/45039
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Dennis Francis <dennis.francis at collabora.co.uk>

diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index 2ded45291544..a849e034e176 100644
--- a/sc/source/core/tool/token.cxx
+++ b/sc/source/core/tool/token.cxx
@@ -1342,7 +1342,9 @@ void ScTokenArray::CheckForThreading( OpCode eOp  )
         ocIndirect,
         ocMacro,
         ocOffset,
-        ocTableOp
+        ocTableOp,
+        ocVLookup,
+        ocHLookup
     });
 
     // We only call this if it was already disabled


More information about the Libreoffice-commits mailing list