vcl/source/filter/wmf/winmtf.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 70068f428d570a4ee00c682f1b8e12de395a8be4 Author: Andras Timar <[email protected]> Date: Sun Jan 19 19:13:57 2014 +0100 fdo#73764 partially revert 3998d1abb291 Change-Id: Ie9b6d6a318fad256f3f0999fe9c0810a4323f10d diff --git a/vcl/source/filter/wmf/winmtf.cxx b/vcl/source/filter/wmf/winmtf.cxx index 78530a7..20bbbfa 100644 --- a/vcl/source/filter/wmf/winmtf.cxx +++ b/vcl/source/filter/wmf/winmtf.cxx @@ -316,7 +316,7 @@ Point WinMtfOutput::ImplScale( const Point& rPt) // Hack to set varying defaults { if (mbIsMapDevSet && mbIsMapWinSet) { - return Point((rPt.X())*mnWinExtX/mnDevWidth-mrclFrame.Left(),(rPt.Y())*mnWinExtY/mnDevHeight-mrclFrame.Top()); + return rPt; //fdo#73764 } else { _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
