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

--- Comment #8 from Armin Le Grand <armin.le.gr...@me.com> ---
Not sure if I am involved, but checking shows that loop is in
    void SwLayAction::Action(OutputDevice* pRenderContext)
in sw/source/core/layout/layact.cxx in the loop
    while ( IsAgain() )
    {
        SetAgain(false);
        m_bNextCycle = false;
        InternalAction(pRenderContext);
        if (RemoveEmptyBrowserPages())
            SetAgain(true);
    }
where local m_bAgain gets re-set to true in InternalAction call and never ends
-> death loop. Checking if removal of that quite long-time done stuff removes
this...

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to