<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [FORMATTING, FILESAVE] Column breaks are not properly exported as .doc"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=99025#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [FORMATTING, FILESAVE] Column breaks are not properly exported as .doc"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=99025">bug 99025</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>This one would be really complicated to solve. Somehow, you have to keep track
of the fact that the table-start indicates a column-break-after. Then many
(cell) paragraphs can go by, and even table-in-table-ends. Then, on the
following paragraph (or table), a column-break-before would have to be issued.

At the moment, the column break is never even seem during the DOC export, and
it is ignored in DOCX since it isn't a bBefore in an m_bBreakBefore zone.

Since DOC and DOCX share the same export code but work very differently, I'm
not even going to attempt to handle this situation. This is a regression
disaster waiting to happen.</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>