summaryrefslogtreecommitdiff
path: root/emfio/inc/mtftools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'emfio/inc/mtftools.hxx')
-rw-r--r--emfio/inc/mtftools.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/emfio/inc/mtftools.hxx b/emfio/inc/mtftools.hxx
index e2dc6830e1dd..7442a3111f04 100644
--- a/emfio/inc/mtftools.hxx
+++ b/emfio/inc/mtftools.hxx
@@ -593,13 +593,13 @@ namespace emfio
const Point& rStartAngle,
const Point& rEndAngle
);
- void DrawPolygon(tools::Polygon& rPolygon, bool bRecordPath);
+ void DrawPolygon(tools::Polygon rPolygon, bool bRecordPath);
void DrawPolyPolygon(tools::PolyPolygon& rPolyPolygon, bool bRecordPath = false);
- void DrawPolyLine(tools::Polygon& rPolygon,
+ void DrawPolyLine(tools::Polygon rPolygon,
bool bDrawTo = false,
bool bRecordPath = false
);
- void DrawPolyBezier(tools::Polygon& rPolygin,
+ void DrawPolyBezier(tools::Polygon rPolygin,
bool bDrawTo,
bool bRecordPath
);