<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 Extra paragraph spacing in direct formatted text (comment #5)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=142542">bug 142542</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>

         <tr>
           <td style="text-align:right;">Keywords</td>
           <td>regression
           </td>
           <td>
                
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">OS</td>
           <td>Linux (All)
           </td>
           <td>All
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Hardware</td>
           <td>x86-64 (AMD64)
           </td>
           <td>All
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN DOCX Extra paragraph spacing in direct formatted text (comment #5)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=142542#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN DOCX Extra paragraph spacing in direct formatted text (comment #5)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=142542">bug 142542</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 is not really a regression. It just exposes more clearly an existing
failure.

The "Normal" style turns on autospacing. What LO shows is what it would loook
like with this autospacing enabled. However, the individual paragraphs turn it
off with direct formatting. The problem is that (probably for the sake of not
spamming settings) this 0 value is ignored in finishParagraph because
bIsZeroAutospacingWithoutTopmargin.

So we need to also check that the style is not setting autospacing before
deciding not to write anything.</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>