<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Incorrect spacing above paragraph on second column of section"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=50068#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Incorrect spacing above paragraph on second column of section"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=50068">bug 50068</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>I'd better walk away from this bug, or else I'll get into deep trouble.

For some reason, the section-frame itself gets the upper value from the first
paragraph in sectfrm.cxx   SwTwips nUpper = CalcUpperSpace(); So that is why
all of the following columns use that as their "zero" height.

Notes for whoever decides to tackle this:
-HasParaSpaceAtPages is a big loop - moving outward until a condition is
satisfied. So it is VERY hard to make a change here that doesn't have side
effects.
-make sure you also test against multiple pages because the first page is
treated differently ( IsPageFrame() && !GetPrev() ).
-</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>