summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-09-18 10:37:17 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2017-12-18 01:07:50 -0500
commit4e58b2b3af6c13464acef59de064b109519c889d (patch)
tree231c57bcbaaf1a714aae5dfe58873b929d56db2d /tools
parent2df8514694dd127561aca43289f5dbc96201ea79 (diff)
Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAry
Change-Id: Idde44857f8ace883cc759321c71e2ca7a4359334 Reviewed-on: https://gerrit.libreoffice.org/42406 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit 80363950fda5eeef9830f61e57899d1805c91751) (cherry picked from commit 65217b7c388eadf0de253ee51a7d2c0621faf68c)
Diffstat (limited to 'tools')
-rw-r--r--tools/source/generic/poly.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/source/generic/poly.cxx b/tools/source/generic/poly.cxx
index 1fd336e3bfa0..7d826f0a9dbe 100644
--- a/tools/source/generic/poly.cxx
+++ b/tools/source/generic/poly.cxx
@@ -796,6 +796,11 @@ Polygon::~Polygon()
}
}
+Point * Polygon::GetPointAry()
+{
+ return mpImplPolygon->mpPointAry;
+}
+
const Point* Polygon::GetConstPointAry() const
{
return mpImplPolygon->mpPointAry;