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

--- Comment #4 from Justin L <[email protected]> ---
It sounds like it came from here, but disabling that didn't solve the problem:
// if first paragraph in table has break-before-page, transfer that setting to
the table itself.
else if( false && StyleExists(m_nCurrentColl) )
{
  const SwFormat* pStyleFormat = m_vColl[m_nCurrentColl].m_pFormat;
  if( pStyleFormat && pStyleFormat->GetBreak().GetBreak() ==
SvxBreak::PageBefore )
      NewAttr( pStyleFormat->GetBreak() );
}

In fact, I can't find where it is coming from, but it also happens with the
first paragraph int a blank document in both doc and docx. So it might be a
requirement to start a document in MS formats with a pagebreak.

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