https://bugs.documentfoundation.org/show_bug.cgi?id=156685
Heiko Tietze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from Heiko Tietze <[email protected]> --- (In reply to Regina Henschel from comment #8) > The background for text in the cell is determined in > Color GetTextEditBackgroundColor(const SdrObjEditView& rView)... In fact XATTR_FILLSTYLE for the table object is FillStyle_SOLID and by that defaults to Tango Sky Blue 114,159,207. Removing this calculation temporary (ie. bRetval = false) detects the correct color. Tried to solve with rSet.Put(XFillStyleItem (drawing::FillStyle_NONE)); in SdDrawDocument::CreateDefaultCellStyles() but no success. Another idea was to read the cell background in GetTextEditBackgroundColor() at if( pTable ) - but no idea how to. Changing the threshold to any other value would be a bad bandaid. The new TS draws for example black font on black first row in case of the second style. -- You are receiving this mail because: You are the assignee for the bug.
