[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-text-background-color' - vcl/source
matteocam
matteo.campanelli at gmail.com
Sat May 24 11:00:26 PDT 2014
vcl/source/outdev/text.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 33384f3d23958b62e1ec9f72f2a0e6424313a177
Author: matteocam <matteo.campanelli at gmail.com>
Date: Sat May 24 13:59:33 2014 -0400
Changed SetFillColor to SetTextFillColor
Change-Id: I3c19ac80318733ccae1e8829e3269ec8c716869e
diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx
index db69663..70d53b3 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() )
More information about the Libreoffice-commits
mailing list