Kaydet (Commit) ac24f3fd authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use vcl::Font

Change-Id: I25b1ce4396a8e125b23e088310b970ef746cbaf0
üst f4dc53cb
......@@ -264,7 +264,7 @@ public:
#endif
// FIXME: is 14 point enough ?
Font aFont( OUString( "Roboto" ), Size( 0, 14 ) );
vcl::Font aFont( OUString( "Roboto" ), Size( 0, 14 ) );
StyleSettings aStyleSet = rSettings.GetStyleSettings();
aStyleSet.SetAppFont( aFont );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment