summaryrefslogtreecommitdiff
path: root/tools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-02 11:53:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-02 11:54:49 +0000
commit6431e2bff67e81b4aff4e3b52e67903e1cd566f3 (patch)
treebb07c1dc8892b30294d33d8b4aed74f21e4a9c55 /tools/inc
parentfbd5ec59cacf61199b9a054742d78644ea4fb6cc (diff)
ofz#372 check if ImplSplit succeeded
Change-Id: I1e34295fe3ee5f77e787f583616d52fa92a0eca4 (cherry picked from commit 62a97e6a561ce65e88d4c537a1b82c336f012722)
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/poly.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/inc/poly.h b/tools/inc/poly.h
index 3be118927435..8ed36ed26245 100644
--- a/tools/inc/poly.h
+++ b/tools/inc/poly.h
@@ -42,7 +42,7 @@ public:
void ImplSetSize( sal_uInt16 nSize, bool bResize = true );
void ImplCreateFlagArray();
- void ImplSplit( sal_uInt16 nPos, sal_uInt16 nSpace, ImplPolygon const * pInitPoly = nullptr );
+ bool ImplSplit( sal_uInt16 nPos, sal_uInt16 nSpace, ImplPolygon const * pInitPoly = nullptr );
};
#define MAX_POLYGONS ((sal_uInt16)0x3FF0)