vcl/source/filter/wmf/winmtf.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ade704ea4ac7317f2ad300c8321c64ba54d0e692
Author: Andras Timar <andras.ti...@collabora.com>
Date:   Sun Jan 19 19:13:57 2014 +0100

    fdo#73764 partially revert 3998d1abb291
    
    Change-Id: Ie9b6d6a318fad256f3f0999fe9c0810a4323f10d
    Reviewed-on: https://gerrit.libreoffice.org/7537
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/vcl/source/filter/wmf/winmtf.cxx b/vcl/source/filter/wmf/winmtf.cxx
index 160416b..38e79a8 100644
--- a/vcl/source/filter/wmf/winmtf.cxx
+++ b/vcl/source/filter/wmf/winmtf.cxx
@@ -317,7 +317,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
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to