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

New commits:
commit fbd79a36ca8110e37434bb2eb5cc83e892710392
Author: Luboš Luňák <l.lu...@collabora.com>
Date:   Thu Jul 5 14:39:56 2018 +0200

    block ocText for calc's threading
    
    It may end up calling XColorList::CreateStdColorList(), and
    XPropertyList is not thread-safe (gnome#627759-1 with disabled
    mnOpenCLMinimumFormulaGroupSize).
    
    Change-Id: I79c8335c6e8e3aaf39e01c68e6dbf6011820971a

diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index 062cfc455729..f16b5339f266 100644
--- a/sc/source/core/tool/token.cxx
+++ b/sc/source/core/tool/token.cxx
@@ -1322,6 +1322,7 @@ void ScTokenArray::CheckForThreading( const FormulaToken& 
r )
         ocInfo,
         ocStyle,
         ocDBSum,
+        ocText,
         ocExternal,
         ocDde,
         ocWebservice,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to