summaryrefslogtreecommitdiff
path: root/vcl/ios
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-09-18 14:44:39 +0200
committerNoel Grandin <noel@peralex.com>2014-09-18 14:47:28 +0200
commita1740a682a6c46c57dc6a356299f6c9a92eb4af6 (patch)
treeacaf2c90c5ac11b37ff99720663d2bebdb60e6ce /vcl/ios
parent746b51de3d3bb267e02df5712cadfcf03654b587 (diff)
use vcl::Font
Change-Id: I22fd5c1340ca0c646725d9fce77304c10d9eb5d5
Diffstat (limited to 'vcl/ios')
-rw-r--r--vcl/ios/iosinst.cxx2
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 );