<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Update of Contents is freezing LibreOffice"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=139426#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Update of Contents is freezing LibreOffice"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=139426">bug 139426</a>
              from <span class="vcard"><a class="email" href="mailto:Armin.Le.Grand@me.com" title="Armin Le Grand <Armin.Le.Grand@me.com>"> <span class="fn">Armin Le Grand</span></a>
</span></b>
        <pre>Very strange - I wish I knew more about SW layouting :-(
Findings:
- taking out the block in sw/source/core/layout/pagechg.cxx lines 572 to 591
makes the problem not happen
- is active, that block is triggered again and again, with always new this ptr
- if block is in, local var m_bAgain at SwLayAction in
sw/source/core/layout/layact.cxx is set back to true between
392        InternalAction(pRenderContext);
393        if (RemoveEmptyBrowserPages())
- It seems as if that menu command layouting removes that added lower
SwBodyFrame again and it gets added again...?
- This does not happen at initial layout after loading - why?

The code at sw/source/core/layout/pagechg.cxx lines 572 to 591 is AFAIR
intended for correcting once after loading...?
Not sure what to do here - maybe check if that happened already directly with
my older fix added?</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>