diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2018-07-05 14:39:56 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2018-07-05 14:42:23 +0200 |
commit | fbd79a36ca8110e37434bb2eb5cc83e892710392 (patch) | |
tree | 0dccddf040df2310023807656450db0a3633abd7 | |
parent | f432d96eb30c91578f11491778a7c3fb823f166a (diff) |
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
-rw-r--r-- | sc/source/core/tool/token.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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, |