https://bugs.freedesktop.org/show_bug.cgi?id=61721

--- Comment #7 from Markus Mohrhard <[email protected]> ---
(In reply to comment #6)
> This seems like a duplicate of bug 30770.

No, not at all. Except for developers nobody should mark duplicates of
performance bugs. Nearly always assumptions about performance problems are
wrong. In this case here the problem is that we started to import row heights
from OOXML and use the UNO API for it. This is such a horrible idea that it
causes a freeze of the load process because we are doing way to much crazy
stuff there.

The solution is to remove the UNO API from the row height import and use
ScDocument directly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to