summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/spritecanvashelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/vcl/spritecanvashelper.cxx')
-rw-r--r--canvas/source/vcl/spritecanvashelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/vcl/spritecanvashelper.cxx b/canvas/source/vcl/spritecanvashelper.cxx
index 00136c59aba0..18af2752d3d7 100644
--- a/canvas/source/vcl/spritecanvashelper.cxx
+++ b/canvas/source/vcl/spritecanvashelper.cxx
@@ -104,10 +104,10 @@ namespace vclcanvas
{
vcl::Font aVCLFont;
aVCLFont.SetFontHeight( 20 );
- aVCLFont.SetColor( Color( INFO_COLOR ) );
+ aVCLFont.SetColor( INFO_COLOR );
rOutDev.SetTextAlign(ALIGN_TOP);
- rOutDev.SetTextColor( Color( INFO_COLOR ) );
+ rOutDev.SetTextColor( INFO_COLOR );
rOutDev.SetFont( aVCLFont );
rOutDev.DrawText( rPos, rStr );