[Libreoffice-bugs] [Bug 140137] Cannot open .docx in writer - format openXML
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Feb 4 04:29:27 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=140137
--- Comment #5 from Mike Kaganski <mikekaganski at hotmail.com> ---
The file gas in its tables:
<w:tblGrid>
<w:gridCol/>
<w:gridCol/>
</w:tblGrid>
We fail to handle missing "w" attribute of w:gridCol. It should be handled as
if there's no saved grid width information, while we handle it as explicit
zero-width column.
(Aside: then why putting it into the file? This doesn't change the fact that
this is still a bug.)
--
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/20210204/6fb73501/attachment.htm>
More information about the Libreoffice-bugs
mailing list