Kaydet (Commit) 7fb235b2 authored tarafından Luboš Luňák's avatar Luboš Luňák

blacklist ocMatch for calc threading

It calls ScDocument::IsInVBAMode(), which eventually leads to trying
to acquire the SolarMutex, which deadlocks (since the main thread
keeps it the whole time).

Change-Id: I7f05597ca3c1f5667c9a6527dc7421da3c3e075e
Reviewed-on: https://gerrit.libreoffice.org/63185
Tested-by: Jenkins
Reviewed-by: 's avatarLuboš Luňák <l.lunak@collabora.com>
üst 2dbda86c
......@@ -1284,6 +1284,7 @@ void ScTokenArray::CheckForThreading( const FormulaToken& r )
ocOffset,
ocTableOp,
ocCell,
ocMatch,
ocInfo,
ocStyle,
ocDBAverage,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment