include/vcl/outdev.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 1a178bd5a2249b49d61ccd8c5643aa6cb501f25b Author: Chris Sherlock <[email protected]> Date: Sun Nov 2 12:42:13 2014 +1100 vcl: include variable names in definition of OutputDevice::DrawPolyLine() Change-Id: Ifde547b0e883871a7d30e93adbe868faa74bef71 Reviewed-on: https://gerrit.libreoffice.org/12189 Reviewed-by: Chris Sherlock <[email protected]> Tested-by: Chris Sherlock <[email protected]> diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index e96f47f..161342f 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -710,8 +710,8 @@ public: void DrawPolyLine( const basegfx::B2DPolygon&, double fLineWidth = 0.0, - basegfx::B2DLineJoin = basegfx::B2DLINEJOIN_ROUND, - css::drawing::LineCap = css::drawing::LineCap_BUTT); + basegfx::B2DLineJoin eLineJoin = basegfx::B2DLINEJOIN_ROUND, + css::drawing::LineCap eLineCap = css::drawing::LineCap_BUTT); /** Render the given polygon as a line stroke _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
