Kaydet (Commit) a1740a68 authored tarafından Noel Grandin's avatar Noel Grandin

use vcl::Font

Change-Id: I22fd5c1340ca0c646725d9fce77304c10d9eb5d5
üst 746b51de
...@@ -149,7 +149,7 @@ public: ...@@ -149,7 +149,7 @@ public:
virtual void UpdateSettings( AllSettings &rSettings ) SAL_OVERRIDE virtual void UpdateSettings( AllSettings &rSettings ) SAL_OVERRIDE
{ {
// Clobber the UI fonts // Clobber the UI fonts
Font aFont( OUString( "Helvetica" ), Size( 0, 14 ) ); vcl::Font aFont( OUString( "Helvetica" ), Size( 0, 14 ) );
StyleSettings aStyleSet = rSettings.GetStyleSettings(); StyleSettings aStyleSet = rSettings.GetStyleSettings();
aStyleSet.SetAppFont( aFont ); 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