<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 - FILESAVE DOCX Manual Column Break is lost after exported"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121659">bug 121659</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 - FILESAVE DOCX Manual Column Break is lost after exported"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121659#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE DOCX Manual Column Break is lost after exported"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121659">bug 121659</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=147740" name="attach_147740" title="columns2.docx: more paragraphs added so balanced and column break don't match">attachment 147740</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=147740&action=edit" title="columns2.docx: more paragraphs added so balanced and column break don't match">[details]</a></span>
columns2.docx: more paragraphs added so balanced and column break don't match

(In reply to raal from <a href="show_bug.cgi?id=121659#c5">comment #5</a>)
I get the same 4.4 bibisect result as you, but that specific commit just
exposes several other things that happened in that time period from Feb till
Jul. Although Word2003 still sees the manual break, the key problem to look for
in bibisect4.4max is the loss of the column break, which actually happened from
export commit 80fd9fb7209cfd5c0622ee99d59e42e6db32f021
    Author:     Umesh Kadam  @synerzip.com
    CommitDate: Thu May 22 02:31:53 2014 -0500
        fdo#78333 : SdtContent and a Shape overlapping causes corruption


The following commit should be ENTIRELY unrelated - even though reverting it
visually "fixes" the original columns.docx.
commit d185204737031955c56a24356ed003d342548434
Author: Miklos Vajna <<a href="mailto:vmiklos@collabora.co.uk">vmiklos@collabora.co.uk</a>>
Date:   Thu Jul 17 14:59:19 2014 +0200
    DOCX import: set DontBalanceTextColumns=true for the last section ...
    ... if it has multiple columns.

    See wwSectionManager::InsertSegments() for the related binary import
    code which already did this.

There are two problems here. One is that the column break is being absorbed
into the shape on import. Removing the shape also "fixes" the problem.
The other problem is that the shape should be imported BEFORE the column break
- probably requiring another fake/split paragraph.</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>