bnc#770711: Make changing table text color in impress always work

Desktop / LibreOffice - Matúš Kukan [collabora.com] - 26 August 2014 03:45 UTC

We set text color for individual characters (in ContentNode::aCharAttribList) and for whole paragraph (in ContentNode::aContentAttribs) too. Problem: when table was loaded in an impress document with font color set, you could not change it by selecting a cell because only ContentNode::aContentAttribs was set, which has lower priority. So, in that case, remove font color character attributes.

a217f3c bnc#770711: Make changing table text color in impress always work
svx/source/table/cell.cxx | 2 ++
1 file changed, 2 insertions(+)

Upstream: cgit.freedesktop.org


  • Share