diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-09-18 11:30:04 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-09-18 11:30:04 +0300 |
commit | b5297255bd9830c04dc7b7e3d47660809992aec6 (patch) | |
tree | 4c6d95121373b1fe4926353441e84b449b3b7893 /vcl/unx/gtk3 | |
parent | 0666542efbb023f364c4d7f3fc347bc36eeeb5d6 (diff) |
Use vcl::Font
Change-Id: I8efc1570c63e7de8699222497ec3e8172329319e
Diffstat (limited to 'vcl/unx/gtk3')
-rw-r--r-- | vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx b/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx index 2a1f4e7f4584..66d0dddba5d7 100644 --- a/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx +++ b/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx @@ -1334,7 +1334,7 @@ void GtkSalGraphics::updateSettings( AllSettings& rSettings ) else*/ nPointHeight = nPangoHeight/PANGO_SCALE; - Font aFont( aInfo.m_aFamilyName, Size( 0, nPointHeight ) ); + vcl::Font aFont( aInfo.m_aFamilyName, Size( 0, nPointHeight ) ); if( aInfo.m_eWeight != WEIGHT_DONTKNOW ) aFont.SetWeight( aInfo.m_eWeight ); if( aInfo.m_eWidth != WIDTH_DONTKNOW ) |