diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-02 11:53:31 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-02 11:53:55 +0000 |
commit | 62a97e6a561ce65e88d4c537a1b82c336f012722 (patch) | |
tree | 8f5c56194a6f8a7664356d576b4d0eeed946358a /tools/inc | |
parent | 2cdaab42b9597c5d049dea81300c8b653dab046c (diff) |
ofz#372 check if ImplSplit succeeded
Change-Id: I1e34295fe3ee5f77e787f583616d52fa92a0eca4
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/poly.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/inc/poly.h b/tools/inc/poly.h index 6ad1b5b82ceb..835beb8bcffe 100644 --- a/tools/inc/poly.h +++ b/tools/inc/poly.h @@ -43,7 +43,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) |