diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-01-19 19:13:57 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-01-19 19:13:57 +0100 |
commit | 70068f428d570a4ee00c682f1b8e12de395a8be4 (patch) | |
tree | 41210376d3a5a2f0560fd7063677565d399d4fed /vcl | |
parent | 97eed7f636e2e6a11325b5360be4ee4262f1efb8 (diff) |
fdo#73764 partially revert 3998d1abb291
Change-Id: Ie9b6d6a318fad256f3f0999fe9c0810a4323f10d
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/filter/wmf/winmtf.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/wmf/winmtf.cxx b/vcl/source/filter/wmf/winmtf.cxx index 78530a7265b0..20bbbfa88037 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 { |