summaryrefslogtreecommitdiff
path: root/vcl/workben/vcldemo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/workben/vcldemo.cxx')
-rw-r--r--vcl/workben/vcldemo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx
index 8b26e37d3025..f8490d84dfc1 100644
--- a/vcl/workben/vcldemo.cxx
+++ b/vcl/workben/vcldemo.cxx
@@ -135,7 +135,7 @@ void MyWin::Paint( const Rectangle& rRect )
DrawLine( Point(r.Left()+i, r.Bottom()), Point(r.Right()-i, r.Top()) );
SetTextColor( Color( COL_WHITE ) );
- Font aFont( OUString( "Times" ), Size( 0, 25 ) );
+ vcl::Font aFont( OUString( "Times" ), Size( 0, 25 ) );
SetFont( aFont );
DrawText( Point( 20, 30 ), OUString( "Just a simple test text" ) );
}