diff options
Diffstat (limited to 'include/drawinglayer/primitive2d/borderlineprimitive2d.hxx')
-rw-r--r-- | include/drawinglayer/primitive2d/borderlineprimitive2d.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/primitive2d/borderlineprimitive2d.hxx b/include/drawinglayer/primitive2d/borderlineprimitive2d.hxx index fe4580d079a4..5d58feded567 100644 --- a/include/drawinglayer/primitive2d/borderlineprimitive2d.hxx +++ b/include/drawinglayer/primitive2d/borderlineprimitive2d.hxx @@ -114,7 +114,7 @@ public: /// simplified constructor for BorderLine with single edge BorderLinePrimitive2D(const basegfx::B2DPoint& rStart, const basegfx::B2DPoint& rEnd, std::vector<BorderLine>&& rBorderLines, - const drawinglayer::attribute::StrokeAttribute& rStrokeAttribute); + drawinglayer::attribute::StrokeAttribute aStrokeAttribute); /// data read access const basegfx::B2DPoint& getStart() const { return maStart; } |