<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:michael.stahl@allotropia.de" title="Michael Stahl (allotropia) <michael.stahl@allotropia.de>"> <span class="fn">Michael Stahl (allotropia)</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN DOC/DOCX: Table height slightly larger compared to ODT (since 7.1)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=143807">bug 143807</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;">Keywords</td>
           <td>regression
           </td>
           <td>
                
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN DOC/DOCX: Table height slightly larger compared to ODT (since 7.1)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=143807#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN DOC/DOCX: Table height slightly larger compared to ODT (since 7.1)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=143807">bug 143807</a>
              from <span class="vcard"><a class="email" href="mailto:michael.stahl@allotropia.de" title="Michael Stahl (allotropia) <michael.stahl@allotropia.de>"> <span class="fn">Michael Stahl (allotropia)</span></a>
</span></b>
        <pre>so if i revert the commit in <a href="show_bug.cgi?id=143807#c3">comment #3</a>, nothing changes.

if i try the latest libreoffice-7-0, -6-4 still the same result.

but with libreoffice-6-3 we get the same looks when loading the exported DOCX
as when loading the ODT.

however, it turns out that Word 2013 shows the DOCX exported by LO 6.3
differently than LO 6.3, and in the same way as current LO => LO 6.3 DOCX
import is wrong

so it looks like this never actually worked => removing regression

the ODT file has:

      <config:config-item config:name="AddParaSpacingToTableCells"
config:type="boolean">true</config:config-item>
      <config:config-item config:name="AddParaLineSpacingToTableCells"
config:type="boolean">false</config:config-item>

AFAIK Word doesn't support such a mode directly.

there is some code in MSWordExportBase::OutputTextNode() that checks the
spacing setting and clears a Lower-space ... but the paragraphs in the table
don't have a RES_UL_SPACE so the test is skipped and adding
ADD_PARA_LINE_SPACING_TO_TABLE_CELLS there doesn't help.

sw/source/filter/ww8/wrtw8nds.cxx:                    if
(!m_rDoc.getIDocumentSettingAccess().get(DocumentSettingId::ADD_PARA_SPACING_TO_TABLE_CELLS))

not sure what to do about this but it doesn't look obvious.</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>