diff options
author | Armin Weiss <aw@openoffice.org> | 2007-12-04 14:21:39 +0000 |
---|---|---|
committer | Armin Weiss <aw@openoffice.org> | 2007-12-04 14:21:39 +0000 |
commit | 3d44fdf46671e650780c3ce35a7fec9a3cb196fb (patch) | |
tree | 6bc2f6c49170420a60308316b378b26466d17d3d /drawinglayer/source | |
parent | 9b3e3b2bed61ca05f8ad58128374daca2c7294e3 (diff) |
#i39532# changes after resync
Diffstat (limited to 'drawinglayer/source')
-rw-r--r-- | drawinglayer/source/processor2d/vclprocessor2d.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drawinglayer/source/processor2d/vclprocessor2d.cxx b/drawinglayer/source/processor2d/vclprocessor2d.cxx index 9fe2c84aebab..359da7b2e8e5 100644 --- a/drawinglayer/source/processor2d/vclprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclprocessor2d.cxx @@ -4,9 +4,9 @@ * * $RCSfile: vclprocessor2d.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: aw $ $Date: 2007-12-03 13:54:35 $ + * last change: $Author: aw $ $Date: 2007-12-04 15:21:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -220,7 +220,7 @@ namespace drawinglayer if(basegfx::fTools::more(aScale.getX(), 0.0) && basegfx::fTools::more(aScale.getY(), 0.0)) { // prepare everything that is not sheared and mirrored - Font aFont(getVclFontFromFontAttributes( + Font aFont(primitive2d::getVclFontFromFontAttributes( rTextCandidate.getFontAttributes(), aScale.getX(), aScale.getY(), fRotate, *mpOutputDevice)); // handle additional font attributes |