Changed SetFillColor to SetTextFillColor
Change-Id: I3c19ac80318733ccae1e8829e3269ec8c716869e (cherry picked from commit 33384f3d23958b62e1ec9f72f2a0e6424313a177)
This commit is contained in:
parent
23cd36d876
commit
f850bbb4cb
@ -481,7 +481,7 @@ void OutputDevice::ImplDrawText( SalLayout& rSalLayout )
|
||||
// set right background
|
||||
Color aColor = COL_BLUE;
|
||||
// SetBackground does not work
|
||||
SetFillColor(aColor);
|
||||
SetTextFillColor(aColor);
|
||||
}
|
||||
|
||||
if( IsTextFillColor() )
|
||||
|
Loading…
x
Reference in New Issue
Block a user