https://issues.apache.org/ooo/show_bug.cgi?id=116409
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Calc User Interface (dialog window "Format Cells" "Font" tab) freeze then languagetool (http:\\www.languagetool.org) is installed. To reproduce 1. Close OOo completely 2. Open new Calc document 3. Right click on the cell A1 and go to the "Format Cells..." menu. 4. click the "Font" tab. 5. OOo Freeze 10 seconds This problem exist also in OOo 3.0.1 http://sourceforge.net/tracker/?func=detail&atid=655717&aid=3153545&group_id=110216 --- Comment #1 from [email protected] --- I have debugged this in LibreOffice and found the solution which should also apply to Apache OO. In a nutshell, comment out "delete pAvailGrammarSvcs; pAvailGrammarSvcs = 0;" in lngsvcmgr.cxx. This line disables the cache and thus causes Java-related code to be called hundreds of times. More details are at https://bugs.freedesktop.org/show_bug.cgi?id=35270 This does not only affect calc BTW. -- You are receiving this mail because: You are on the CC list for the bug.
