From a1740a682a6c46c57dc6a356299f6c9a92eb4af6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 18 Sep 2014 14:44:39 +0200 Subject: use vcl::Font Change-Id: I22fd5c1340ca0c646725d9fce77304c10d9eb5d5 --- vcl/ios/iosinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- cgit