[Libreoffice-commits] core.git: vcl/ios
Noel Grandin
noel at peralex.com
Thu Sep 18 05:52:14 PDT 2014
vcl/ios/iosinst.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a1740a682a6c46c57dc6a356299f6c9a92eb4af6
Author: Noel Grandin <noel at peralex.com>
Date: Thu Sep 18 14:44:39 2014 +0200
use vcl::Font
Change-Id: I22fd5c1340ca0c646725d9fce77304c10d9eb5d5
diff --git a/vcl/ios/iosinst.cxx b/vcl/ios/iosinst.cxx
index f2df460..f1d87b8 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 );
More information about the Libreoffice-commits
mailing list