diff options
author | Noel Grandin <noel@peralex.com> | 2014-09-18 14:44:39 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-09-18 14:47:28 +0200 |
commit | a1740a682a6c46c57dc6a356299f6c9a92eb4af6 (patch) | |
tree | acaf2c90c5ac11b37ff99720663d2bebdb60e6ce /vcl/ios | |
parent | 746b51de3d3bb267e02df5712cadfcf03654b587 (diff) |
use vcl::Font
Change-Id: I22fd5c1340ca0c646725d9fce77304c10d9eb5d5
Diffstat (limited to 'vcl/ios')
-rw-r--r-- | vcl/ios/iosinst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/ios/iosinst.cxx b/vcl/ios/iosinst.cxx index f2df4604abf6..f1d87b86bda2 100644 --- a/vcl/ios/iosinst.cxx +++ b/vcl/ios/iosinst.cxx @@ -149,7 +149,7 @@ public: virtual void UpdateSettings( AllSettings &rSettings ) SAL_OVERRIDE { // Clobber the UI fonts - Font aFont( OUString( "Helvetica" ), Size( 0, 14 ) ); + vcl::Font aFont( OUString( "Helvetica" ), Size( 0, 14 ) ); StyleSettings aStyleSet = rSettings.GetStyleSettings(); aStyleSet.SetAppFont( aFont ); |