summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svtools/source/filter/wmf/enhwmf.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/filter/wmf/enhwmf.cxx b/svtools/source/filter/wmf/enhwmf.cxx
index cce3dca83007..52a5d0c6a3a7 100644
--- a/svtools/source/filter/wmf/enhwmf.cxx
+++ b/svtools/source/filter/wmf/enhwmf.cxx
@@ -517,11 +517,11 @@ sal_Bool EnhWMFReader::ReadEnhWMF()
break;
case EMR_POLYPOLYLINE :
- ReadAndDrawPolyLine<sal_uInt32>();
+ ReadAndDrawPolyLine<sal_Int32>();
break;
case EMR_POLYPOLYGON :
- ReadAndDrawPolyPolygon<sal_uInt32>();
+ ReadAndDrawPolyPolygon<sal_Int32>();
break;
case EMR_SETWINDOWEXTEX :
@@ -1209,11 +1209,11 @@ sal_Bool EnhWMFReader::ReadEnhWMF()
break;
case EMR_POLYPOLYLINE16 :
- ReadAndDrawPolyLine<sal_uInt16>();
+ ReadAndDrawPolyLine<sal_Int16>();
break;
case EMR_POLYPOLYGON16 :
- ReadAndDrawPolyPolygon<sal_uInt16>();
+ ReadAndDrawPolyPolygon<sal_Int16>();
break;
case EMR_FILLRGN :