summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-09-18 11:59:42 +0200
committerNoel Grandin <noel@peralex.com>2014-09-18 12:00:02 +0200
commitd7510f79edd0b97839ebffc4c4284650452b4d00 (patch)
tree07a37bad5109c16256079124911e318fa6238516 /drawinglayer
parentf5496edf47684403ba7463249f76eab94f3da501 (diff)
use vcl::Font
Change-Id: Ia6ac8d9fca94c6140f5df39932d0cd62ba4c229e
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/primitive2d/textlayoutdevice.cxx2
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));