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

New commits:
commit 0638d2502cb59e31b021fe35dbba7d1f2bec8e92
Author:     Luboš Luňák <l.lu...@collabora.com>
AuthorDate: Fri Oct 12 14:22:32 2018 +0200
Commit:     Luboš Luňák <l.lu...@collabora.com>
CommitDate: Tue Nov 13 13:21:29 2018 +0100

    blacklist ocSheet for threaded calc
    
    It asserts in thread-unsafe ScDocument::GetTable().
    
    Change-Id: I82ce5a0c977cda01fe4d372571e3f8826459dc33
    Reviewed-on: https://gerrit.libreoffice.org/63179
    Tested-by: Jenkins
    Reviewed-by: Luboš Luňák <l.lu...@collabora.com>

diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index 8436be93f5ff..42484f1979c1 100644
--- a/sc/source/core/tool/token.cxx
+++ b/sc/source/core/tool/token.cxx
@@ -1299,6 +1299,7 @@ void ScTokenArray::CheckForThreading( const FormulaToken& 
r )
         ocDBVar,
         ocDBVarP,
         ocText,
+        ocSheet,
         ocExternal,
         ocDde,
         ocWebservice,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to