diff options
author | Noel Grandin <noel@peralex.com> | 2014-09-18 09:34:13 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-09-18 09:35:23 +0200 |
commit | e1ba582605e30a0d99c4e461205f49805ad37f80 (patch) | |
tree | 33e0cb175395e58b9463f9e1dc7b8694b53b487c /canvas | |
parent | 68c99344ffaab2a3870b933082596e7858bfe122 (diff) |
fix windows build
after my commit 60e78fbb806bb "fdo#82577: Handle Font"
Author: Noel Grandin <noel@peralex.com>
Date: Tue Sep 16 10:09:58 2014 +0200
fdo#82577: Handle Font
be ignored, and an empty message aborts the commit.
Change-Id: Id87e9ac86b457962fa156fdb1607dfe779b8564d
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/directx/dx_textlayout_drawhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/directx/dx_textlayout_drawhelper.cxx b/canvas/source/directx/dx_textlayout_drawhelper.cxx index 23f5ab6cd6fc..19345b6e2dd9 100644 --- a/canvas/source/directx/dx_textlayout_drawhelper.cxx +++ b/canvas/source/directx/dx_textlayout_drawhelper.cxx @@ -246,7 +246,7 @@ namespace dxcanvas // create the font const ::com::sun::star::rendering::FontRequest& rFontRequest = rCanvasFont->getFontRequest(); - Font aFont( + vcl::Font aFont( rFontRequest.FontDescription.FamilyName, rFontRequest.FontDescription.StyleName, Size( 0, ::basegfx::fround(rFontRequest.CellSize))); |