[Libreoffice-bugs] [Bug 113266] LO (UI) slow on opening specific 6 MB XLS with packed 45 MB drawing

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu May 2 14:49:51 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=113266

--- Comment #31 from Julien Nabet <serval2412 at yahoo.fr> ---
Taking a look at basegfx/source/polygon/b2dtrapezoid.cxx, I noticed this
comment twice "consume both edges" (lines 714 and 872) but saw this:
maTrDeEdgeEntries.pop_front();
maTrDeEdgeEntries.pop_front();

whereas I would have expected:
maTrDeEdgeEntries.pop_front();
maTrDeEdgeEntries.pop_back();

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190502/333f51fb/attachment.html>


More information about the Libreoffice-bugs mailing list