tdf#147766 Export empty lines as line with noFill
commit6bf805ffb62a13f2f44a26f47f732f05c954ef49
authorGülşah Köse <gulsah.kose@collabora.com>
Mon, 14 Mar 2022 11:52:59 +0000 (14 14:52 +0300)
committerGülşah Köse <gulsah.kose@collabora.com>
Wed, 13 Apr 2022 06:26:30 +0000 (13 08:26 +0200)
treec7424f0324fe0059dce14f82cca0b241721bf6bb
parentd2a2d16b4836bf62db7c32faffa0c5b6d0d30a5e
tdf#147766 Export empty lines as line with noFill

We have a case that 0 width line but has auto color. If that case
exported there is no line over there, LO handles normally but MSO draws
back borders as default. To prevent this we have to export them as line
with noFill.

testTableBorderLineStyle change reverts a workaround for
3faf005a367cbd28077403bf93810bbaf4805851

testBnc480256 Cell(1,0) still invisible. We are just checking
this with another way.

Change-Id: If5f6d2dbdba5c295d58307fcfe3b37629ede8a8e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131532
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132886
oox/source/drawingml/table/tablecell.cxx
oox/source/export/shapes.cxx
sd/qa/unit/export-tests.cxx
sd/qa/unit/import-tests.cxx