https://bugs.documentfoundation.org/show_bug.cgi?id=143881
--- Comment #10 from dante19031...@gmail.com --- (In reply to Mike Kaganski from comment #9) > (In reply to dante19031999 from comment #8) > > There's no thread-safety problem, if each *formula* (with its own ODF > settings) is managed by a single thread. The flag should be per-document > (i.e., per *formula* document) setting. It's not the flag itself what could not be thread safe, but the token parser list. It's defined here: https://opengrok.libreoffice.org/xref/core/starmath/source/parse5.cxx?r=b3b1936e#38 It's common to all parsers. And it could also have an impact on the element docking window performance. > But your proposal about changing braces around auto-inserted text looks > safer and easier. That change would have this shape: https://gerrit.libreoffice.org/c/core/+/120867 -- You are receiving this mail because: You are the assignee for the bug.