https://bugs.documentfoundation.org/show_bug.cgi?id=77796

Yousuf Philips (jay) <philip...@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jl...@mail.com,
                   |                            |mikekagan...@hotmail.com

--- Comment #7 from Yousuf Philips (jay) <philip...@hotmail.com> ---
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>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to