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

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
            Version|4.2.1.1 release             |Inherited From OOo
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |

--- Comment #6 from Justin L <[email protected]> ---
This bug is caused by sw/source/core/layout/flowfrm.cxx IsColBreak() due to
this clause in a while loop:
(!pPrev->IsInDocBody() && !m_rThis.IsInFly())

This line has been in *OpenOffice* since the very beginning of flowframe.cxx,
so it is difficult to understand why this clause exists.  Forcing it to be
false (false && !prev->IsInDoc....) did not cause any unit test failures.

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

Reply via email to