diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-09-18 11:53:19 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-09-18 11:54:21 +0300 |
commit | ac24f3fdbb83e91df2c51b9e174d2c5ce3236723 (patch) | |
tree | 21d6042c790b4f3c5ec805b0f6130e6206c3e678 | |
parent | f4dc53cb33c7f6b10bb6709dea5f8195bf95d4b5 (diff) |
Use vcl::Font
Change-Id: I25b1ce4396a8e125b23e088310b970ef746cbaf0
-rw-r--r-- | vcl/android/androidinst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx index 830505936ebd..262a7c1ea3c2 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 ); |