From ef7f951cc3326f64a9e3e856bd90824c96496ff6 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 26 Oct 2012 14:51:16 +0100 Subject: Resolves: fdo#47291 polypoly[line|gon] points are signed regression from f6a34255af1339cd7132b7527dc0c10c10d38249 Change-Id: Iabfaf92629cd4d53ab7af5f3e3013eb81bb8104d (cherry picked from commit 2536fae7b8565b5dd9f09bb3dc015576fafe4031) Signed-off-by: Michael Stahl --- svtools/source/filter/wmf/enhwmf.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/svtools/source/filter/wmf/enhwmf.cxx b/svtools/source/filter/wmf/enhwmf.cxx index 97f1d5cc631c..4a665ca7e9a5 100644 --- a/svtools/source/filter/wmf/enhwmf.cxx +++ b/svtools/source/filter/wmf/enhwmf.cxx @@ -522,11 +522,11 @@ sal_Bool EnhWMFReader::ReadEnhWMF() break; case EMR_POLYPOLYLINE : - ReadAndDrawPolyLine(); + ReadAndDrawPolyLine(); break; case EMR_POLYPOLYGON : - ReadAndDrawPolyPolygon(); + ReadAndDrawPolyPolygon(); break; case EMR_SETWINDOWEXTEX : @@ -1210,11 +1210,11 @@ sal_Bool EnhWMFReader::ReadEnhWMF() break; case EMR_POLYPOLYLINE16 : - ReadAndDrawPolyLine(); + ReadAndDrawPolyLine(); break; case EMR_POLYPOLYGON16 : - ReadAndDrawPolyPolygon(); + ReadAndDrawPolyPolygon(); break; case EMR_FILLRGN : -- cgit v1.2.3