[Libreoffice-bugs] [Bug 116549] FILESAVE export to DOCX does not write border style "none"

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Aug 10 05:22:54 UTC 2018


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

Justin L <jluth at mail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|libreoffice-bugs at lists.free |jluth at mail.com
                   |desktop.org                 |

--- Comment #3 from Justin L <jluth at mail.com> ---
proposed fix: https://gerrit.libreoffice.org/#/c/58803/

The existing code used "nil" instead of "none". Documentation indicates these
two are identical, so I didn't attempt to change anything in that regard.
"nil" (No Border) Specifies that no border shall be applied to the current
item.
"none" (No Border) Specifies that no border shall be applied to the current
item.

Spot checks in existing unit tests provided several proof examples and
tableCurrupt.docx's header was a nice visual proof.
There are no existing tests where (|| !rStyleProps->LineWidth) affects the
other uses of impl_border, but almost every document shows it is definitely
needed for paragraphs/styles to prevent peppering the document with "nil"
borders.

-- 
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/20180810/443a7e29/attachment.html>


More information about the Libreoffice-bugs mailing list