diff options
Diffstat (limited to 'include/drawinglayer/primitive2d/PolyPolygonStrokePrimitive2D.hxx')
-rw-r--r-- | include/drawinglayer/primitive2d/PolyPolygonStrokePrimitive2D.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/drawinglayer/primitive2d/PolyPolygonStrokePrimitive2D.hxx b/include/drawinglayer/primitive2d/PolyPolygonStrokePrimitive2D.hxx index 94a58b466ffe..f7cadeb944d5 100644 --- a/include/drawinglayer/primitive2d/PolyPolygonStrokePrimitive2D.hxx +++ b/include/drawinglayer/primitive2d/PolyPolygonStrokePrimitive2D.hxx @@ -54,11 +54,11 @@ private: public: /// constructor - PolyPolygonStrokePrimitive2D(const basegfx::B2DPolyPolygon& rPolyPolygon, + PolyPolygonStrokePrimitive2D(basegfx::B2DPolyPolygon aPolyPolygon, const attribute::LineAttribute& rLineAttribute, - const attribute::StrokeAttribute& rStrokeAttribute); + attribute::StrokeAttribute aStrokeAttribute); - PolyPolygonStrokePrimitive2D(const basegfx::B2DPolyPolygon& rPolyPolygon, + PolyPolygonStrokePrimitive2D(basegfx::B2DPolyPolygon aPolyPolygon, const attribute::LineAttribute& rLineAttribute); /// data read access |