diff options
author | Noel Grandin <noel@peralex.com> | 2014-09-18 11:59:42 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-09-18 12:00:02 +0200 |
commit | d7510f79edd0b97839ebffc4c4284650452b4d00 (patch) | |
tree | 07a37bad5109c16256079124911e318fa6238516 /drawinglayer | |
parent | f5496edf47684403ba7463249f76eab94f3da501 (diff) |
use vcl::Font
Change-Id: Ia6ac8d9fca94c6140f5df39932d0cd62ba4c229e
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/primitive2d/textlayoutdevice.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive2d/textlayoutdevice.cxx b/drawinglayer/source/primitive2d/textlayoutdevice.cxx index c472d19ad768..df8617c409c4 100644 --- a/drawinglayer/source/primitive2d/textlayoutdevice.cxx +++ b/drawinglayer/source/primitive2d/textlayoutdevice.cxx @@ -461,7 +461,7 @@ namespace drawinglayer // the height if(rFont.GetSize().getWidth() > 0) { - Font aUnscaledFont(rFont); + vcl::Font aUnscaledFont(rFont); aUnscaledFont.SetWidth(0); const FontMetric aUnscaledFontMetric(Application::GetDefaultDevice()->GetFontMetric(aUnscaledFont)); |