<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><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> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN DOCX Three type Column with Next Page Section Break created with Word isn’t added to a new page opened in Writer"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121670">bug 121670</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>jluth@mail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN DOCX Three type Column with Next Page Section Break created with Word isn’t added to a new page opened in Writer"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121670#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN DOCX Three type Column with Next Page Section Break created with Word isn’t added to a new page opened in Writer"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121670">bug 121670</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>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=147759" name="attach_147759" title="3_columns2b.docx: slightly modified example of why this will be difficult to fix.">attachment 147759</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=147759&action=edit" title="3_columns2b.docx: slightly modified example of why this will be difficult to fix.">[details]</a></span>
3_columns2b.docx: slightly modified example of why this will be difficult to
fix.

If we just change const bool bTreatAsContinuous = m_nBreakType ==
NS_ooxml::LN_Value_ST_SectionMark_nextPage
        && m_nColumnCount > 0
        && m_bIsFirstSection

then the original document looks fine, but this one becomes awful. Perhaps the
only way to handle this is to ONLY put column information into a section and
never a page style (which likely will create exporting problems...).</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>