[Libreoffice-bugs] [Bug 107861] FILEOPEN DOC: Text Flow Break is wrongly enabled for table created in Word

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Apr 22 19:12:32 UTC 2020


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

--- Comment #4 from Justin L <jluth at mail.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200422/02fe7a1b/attachment.htm>


More information about the Libreoffice-bugs mailing list