[Libreoffice-bugs] [Bug 118753] FILESAVE: Saving a 2-column table with "set outer border only" in .docx results in appearance of a vertical line between columns.

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Aug 24 17:27:42 UTC 2018


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

Justin L <jluth at mail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #8 from Justin L <jluth at mail.com> ---
bisected to the same commit as bug 82177.  Hack fixable with
    else if ( !rStyleProps || !rStyleProps->LineWidth )
        // no line, and no line set by the style either:
        // there is no need to write the property
+        {}
-        return;

*** This bug has been marked as a duplicate of bug 82177 ***

-- 
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/20180824/66484d0e/attachment.html>


More information about the Libreoffice-bugs mailing list