<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Writer: multi-column page formating reset when editing page style."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138546#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Writer: multi-column page formating reset when editing page style."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138546">bug 138546</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>The reason it is resetting to equivalent widths is because the total column
size is not the same as the page width size. So it resets to nActWidth, since
it is much wider.

    nActWidth = rSize.GetSize().Width() - rLRSpace.GetLeft() -
rLRSpace.GetRight() - rBox.GetSmallestDistance();
    if( m_xColMgr->GetActualSize() != nActWidth)

The problem is with GetSmallestDistance - which ends up being the right border
padding because // The smallest distance that is not 0 will be returned.</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>