<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 - FILEOPEN: docx opens but doesnt retain cell padding and table left spacing"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=77796">bug 77796</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, mikekaganski@hotmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: docx opens but doesnt retain cell padding and table left spacing"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=77796#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: docx opens but doesnt retain cell padding and table left spacing"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=77796">bug 77796</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>The table cell padding/margins is incorrectly imported as 0.19cm on the left
and right though the 'Table Grid' style is set for it to be 0cm in
/word/styles.xml.

<w:style w:type="table" w:styleId="TableGrid">
 ...
 <w:tblPr>
   <w:tblInd w:w="0" w:type="dxa" />
   <w:tblCellMar>
     <w:top w:w="0" w:type="dxa" />
     <w:left w:w="0" w:type="dxa" />
     <w:bottom w:w="0" w:type="dxa" />
     <w:right w:w="0" w:type="dxa" />
   </w:tblCellMar>
 </w:tblPr>
 ...
</w:style></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>