[Libreoffice-bugs] [Bug 77796] FILEOPEN: docx opens but doesnt retain cell padding and table left spacing

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Sep 27 18:33:51 UTC 2017


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

Yousuf Philips (jay) <philipz85 at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jluth at mail.com,
                   |                            |mikekaganski at hotmail.com

--- Comment #7 from Yousuf Philips (jay) <philipz85 at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170927/a8f97345/attachment.html>


More information about the Libreoffice-bugs mailing list