sc/source/core/tool/token.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 3460e91ac853964015215ec75be7cf63361ca0e9
Author:     Luboš Luňák <[email protected]>
AuthorDate: Fri Oct 12 13:42:17 2018 +0200
Commit:     Luboš Luňák <[email protected]>
CommitDate: Tue Nov 13 13:18:44 2018 +0100

    blacklist svExternalName for calc threading
    
    It's the same like svExternal(Single|Double)Ref, there's a lot of 
thread-unsafe
    code involved.
    
    Change-Id: Ief8bbbd9393788c374215412ee5236ce6bb551fa
    Reviewed-on: https://gerrit.libreoffice.org/63176
    Reviewed-by: Michael Meeks <[email protected]>
    Tested-by: Jenkins

diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index a7752cf232a2..293b238150aa 100644
--- a/sc/source/core/tool/token.cxx
+++ b/sc/source/core/tool/token.cxx
@@ -1333,6 +1333,7 @@ void ScTokenArray::CheckForThreading( const FormulaToken& 
r )
         {
             case svExternalDoubleRef:
             case svExternalSingleRef:
+            case svExternalName:
                 SAL_INFO("sc.core.formulagroup", "opcode ocPush: variable type 
" << StackVarEnumToString(r.GetType())
                     << " disables threaded calculation of formula group");
                 mbThreadingEnabled = false;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to