Changed SetFillColor to SetTextFillColor

Change-Id: I3c19ac80318733ccae1e8829e3269ec8c716869e
(cherry picked from commit 33384f3d23958b62e1ec9f72f2a0e6424313a177)
This commit is contained in:
matteocam 2014-05-24 13:59:33 -04:00 committed by Fridrich Štrba
parent 23cd36d876
commit f850bbb4cb

View File

@ -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() )