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

Justin L <jl...@mail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|libreoffice-b...@lists.free |jl...@mail.com
                   |desktop.org                 |

--- Comment #3 from Justin L <jl...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to