summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authormatteocam <matteo.campanelli@gmail.com>2014-05-24 13:59:33 -0400
committerFridrich Štrba <fridrich.strba@bluewin.ch>2014-06-30 22:54:38 +0200
commitf850bbb4cb28014ac420e53ee86cda528a0943cc (patch)
tree1bda6959b99e7dcfccd15e1bf3372484d00a9d02 /vcl
parent23cd36d876057028d53d1c1f5452acc51a705b2b (diff)
Changed SetFillColor to SetTextFillColor
Change-Id: I3c19ac80318733ccae1e8829e3269ec8c716869e (cherry picked from commit 33384f3d23958b62e1ec9f72f2a0e6424313a177)
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/outdev/text.cxx2
1 files changed, 1 insertions, 1 deletions
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() )