<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN DOC: Text Flow Break is wrongly enabled for table created in Word"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107861#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN DOC: Text Flow Break is wrongly enabled for table created in Word"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107861">bug 107861</a>
              from <span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>