From f850bbb4cb28014ac420e53ee86cda528a0943cc Mon Sep 17 00:00:00 2001 From: matteocam Date: Sat, 24 May 2014 13:59:33 -0400 Subject: [PATCH] Changed SetFillColor to SetTextFillColor Change-Id: I3c19ac80318733ccae1e8829e3269ec8c716869e (cherry picked from commit 33384f3d23958b62e1ec9f72f2a0e6424313a177) --- vcl/source/outdev/text.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx index da47c4d368da..9492892ae17c 100644 --- a/vcl/source/outdev/text.cxx +++ b/vcl/source/outdev/text.cxx @@ -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() )