Fixed color problem

Change-Id: I7e9340ebab26d3c979571155a3e9d051c41c58f4
(cherry picked from commit aa7d40399758c7f2270dfb0b71f4bcc39d0e24ea)
This commit is contained in:
matteocam
2014-05-24 13:06:44 -04:00
committed by Fridrich Štrba
parent be085bf523
commit 23cd36d876

View File

@@ -479,7 +479,7 @@ void OutputDevice::ImplDrawText( SalLayout& rSalLayout )
*/
if (mbTextBackground) {
// set right background
Color aColor = COL_PINK;
Color aColor = COL_BLUE;
// SetBackground does not work
SetFillColor(aColor);
}