<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:philipz85@hotmail.com" title="Yousuf Philips (jay) <philipz85@hotmail.com>"> <span class="fn">Yousuf Philips (jay)</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE: DOCX - Extra top border appears on last row of table"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=96009">bug 96009</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>philipz85@hotmail.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Blocks</td>
           <td>
                
           </td>
           <td>107701
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>Formatting of tables wrong after filesave and fileopen in docx (extra border added)
           </td>
           <td>FILESAVE: DOCX - Extra top border appears on last row of table
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE: DOCX - Extra top border appears on last row of table"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=96009#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE: DOCX - Extra top border appears on last row of table"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=96009">bug 96009</a>
              from <span class="vcard"><a class="email" href="mailto:philipz85@hotmail.com" title="Yousuf Philips (jay) <philipz85@hotmail.com>"> <span class="fn">Yousuf Philips (jay)</span></a>
</span></b>
        <pre>So LO is incorrectly saving <w:insideH> entries in the border properties of the
cells of the last rows, as below.

<w:tc>
  <w:tcPr>
    <...>
    <w:tcBorders>
      <w:bottom w:val="single" w:sz="12" w:space="0" w:color="000000" />
      <w:insideH w:val="single" w:sz="12" w:space="0" w:color="000000" />
    </w:tcBorders>
    <...>
  </w:tcPr>
  <...>
</w:tc>

MS Word ignores the <w:insideH> entries set at that the <w:tc> cell-level as
<w:insideH> "Specifies the border to be displayed on all interior horizontal
edges of the cell. Note that this is mostly useless in the case of individual
cells, as there is no concept of interior edge for individual cells. However,
it is used to determine cell borders to apply to a specific group of cells as
part of table conditional formatting in a table style, e.g., the inside edges
on the set of cells in the first column." - ECMA-376, 3rd Edition (June, 2011),
Fundamentals and Markup Language Reference ยง 17.4.24.</pre>
        </div>
      </p>

        <div id="referenced">
          <hr style="border: 1px dashed #969696">
          <b>Referenced Bugs:</b>
          <ul>
              <li>
                [<a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [META] Table border bugs and enhancements"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107701">Bug 107701</a>] [META] Table border bugs and enhancements
              </li>
          </ul>
        </div>
        <br>

      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>