https://bugs.documentfoundation.org/show_bug.cgi?id=148675
Justin L <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|7.3.2.2 release |Inherited From OOo --- Comment #20 from Justin L <[email protected]> --- COL_BLACK is set to define the table borders in sw/source/core/doc/tblafmt.cxx. I changed this to COL_AUTO, and that does indeed set the border color to automatic color. However, in practice this worked terribly, as the border color always matched the background color. Perhaps the implementation treats COL_AUTO as an invisible border? I noticed that there is no choice to select Auto for the border color. So the entire implementation and paint plumbing is going to have to change in order to support COL_AUTO for border lines. -- You are receiving this mail because: You are the assignee for the bug.
