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

--- Comment #16 from Justin L <[email protected]> ---
// #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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to