summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-09-18 10:37:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-09-18 11:34:22 +0200
commit80363950fda5eeef9830f61e57899d1805c91751 (patch)
tree3674af04b0c4dd9847b423fc472b66a5ce754f6b /include/tools
parentac1081170c5bc2234b14ce99b7ea8e583bac82b5 (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>
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/poly.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tools/poly.hxx b/include/tools/poly.hxx
index 40a129414a38..044bafe3f3e2 100644
--- a/include/tools/poly.hxx
+++ b/include/tools/poly.hxx
@@ -171,6 +171,7 @@ public:
void Read( SvStream& rIStream );
void Write( SvStream& rOStream ) const;
+ Point * GetPointAry();
const Point* GetConstPointAry() const;
const PolyFlags* GetConstFlagAry() const;