drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a756c8857b682dbc363ef34f07bda4a494e61a36 Author: Jan Holesovsky <[email protected]> Date: Thu Mar 28 13:43:53 2013 +0100 Re-introduce accidentally removed basegfx::fround(). Change-Id: I0ea05229009a1473767d1614623af2b5a6536c5a diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx index 83d52c0..ada69e6 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()); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
