<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LO (UI) slow on opening specific 6 MB XLS with packed 45 MB drawing"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=113266#c31">Comment # 31</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LO (UI) slow on opening specific 6 MB XLS with packed 45 MB drawing"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=113266">bug 113266</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>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();</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>