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

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #7 from Justin L <[email protected]> ---
Created attachment 167634
  --> https://bugs.documentfoundation.org/attachment.cgi?id=167634&action=edit
sectionBreak.docx: should be only 2 pages

This is obviously a bRemove issue.
I thought it would be as simple as
- && !m_pImpl->GetIsDummyParaAddedForTableInSection()
+ && !(m_pImpl->GetIsDummyParaAddedForTableInSection() &&
m_pImpl->GetIsFirstParagraphInSection())

But it's not.

-- 
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