https://bugs.documentfoundation.org/show_bug.cgi?id=43767
--- Comment #16 from Justin L <[email protected]> --- Interesting thing. In SwTextFormatter::NewNumberPortion, if I force changing the color also if (pNumFnt->GetCaseMap() != SvxCaseMap::NotMapped) { pNumFnt->SetCaseMap(SvxCaseMap::NotMapped); pNumFnt->SetColor(COL_GREEN); } then it works, but if I don't set the color, the casemap still displays. -- You are receiving this mail because: You are the assignee for the bug.
