summaryrefslogtreecommitdiff
path: root/drawinglayer/source
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2013-03-28 13:43:53 +0100
committerJan Holesovsky <kendy@suse.cz>2013-03-28 13:46:07 +0100
commita756c8857b682dbc363ef34f07bda4a494e61a36 (patch)
treec712dc136d823bf28f75d81f407986ab95c74bf4 /drawinglayer/source
parent86461bd2862d22eaaef97e110ba3fee996e88164 (diff)
Re-introduce accidentally removed basegfx::fround().
Change-Id: I0ea05229009a1473767d1614623af2b5a6536c5a
Diffstat (limited to 'drawinglayer/source')
-rw-r--r--drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
index 83d52c01dd18..ada69e6e29ed 100644
--- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
@@ -1242,7 +1242,7 @@ namespace drawinglayer
aHairLinePolyPolygon.transform(maCurrentTransformation);
// use the transformed line width
- LineInfo aLineInfo(LINE_SOLID, getTransformedLineWidth(rLine.getWidth()));
+ LineInfo aLineInfo(LINE_SOLID, basegfx::fround(getTransformedLineWidth(rLine.getWidth())));
aLineInfo.SetLineJoin(rLine.getLineJoin());
aLineInfo.SetLineCap(rLine.getLineCap());