[Libreoffice-commits] core.git: vcl/android

Tor Lillqvist tml at collabora.com
Thu Sep 18 01:55:19 PDT 2014


 vcl/android/androidinst.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ac24f3fdbb83e91df2c51b9e174d2c5ce3236723
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Sep 18 11:53:19 2014 +0300

    Use vcl::Font
    
    Change-Id: I25b1ce4396a8e125b23e088310b970ef746cbaf0

diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx
index 8305059..262a7c1 100644
--- a/vcl/android/androidinst.cxx
+++ b/vcl/android/androidinst.cxx
@@ -264,7 +264,7 @@ public:
 #endif
 
         // FIXME: is 14 point enough ?
-        Font aFont( OUString( "Roboto" ), Size( 0, 14 ) );
+        vcl::Font aFont( OUString( "Roboto" ), Size( 0, 14 ) );
 
         StyleSettings aStyleSet = rSettings.GetStyleSettings();
         aStyleSet.SetAppFont( aFont );


More information about the Libreoffice-commits mailing list