https://bugs.documentfoundation.org/show_bug.cgi?id=118461
--- Comment #5 from [email protected] --- Perhaps this is related to bug 112053? In the sense that both are pointing at the same fact that the background color is not supported? If the original OOo implementation was to mimick MSWord on Windows, then this is by design: \cbN Background color (default is 0). N specifies the color as an index of the color table. Note: Windows versions of Word have never supported this control word (see \chcbpatN for Word background color). – https://web.archive.org/web/20190708132914/http://www.kleinlercher.at/tools/Windows_Protocols/Word2007RTFSpec9.pdf I can reproduce this simply on Mac with TextEdit, saving the string "cowsay" with a black background produces (on the relevant lines) the code: > \f0\fs24 \cf2 \cb3 cowsay pasting the same RTF content into LO makes the black background disappear, and saving the file as RTF does not include the \cb3 (for black) as expected: > \hich\af5\loch\cf17\fs24\f5\loch cowsay -- You are receiving this mail because: You are the assignee for the bug.
