[Libreoffice-bugs] [Bug 60378] FILEOPEN DOC: Some right borders not displayed in table

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Apr 20 15:42:35 UTC 2020


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

--- Comment #16 from Justin L <jluth at mail.com> ---
// #i18128# word has only one line between adjoining vertical cells
// we have to mimic this in the filter by picking the larger of the
// sides and using that one on one side of the line (right)

It looks like this can be fixed in ww8par2.cxx's AdjustNewBand by commenting
out

//aOldBox.SetLine(nullptr, SvxBoxItemLine::RIGHT);

The problem comes from the fact that three cells need to be merged. The first
cell has no left border, so I assume that it just uses that for the newly
merged cell.

I have no idea of the implications of not removing the right line are - either
for import or for export, especially since there were no unit test failures...

-- 
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/20200420/693ce495/attachment.htm>


More information about the Libreoffice-bugs mailing list