[Libreoffice-commits] core.git: vcl/source
Andras Timar
andras.timar at collabora.com
Sun Jan 19 10:03:22 PST 2014
vcl/source/filter/wmf/winmtf.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 70068f428d570a4ee00c682f1b8e12de395a8be4
Author: Andras Timar <andras.timar at collabora.com>
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
{
More information about the Libreoffice-commits
mailing list