diff options
author | Armin Le Grand <alg@apache.org> | 2012-08-13 15:10:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-19 14:47:38 +0100 |
commit | abb6f47bd3941ec63a41a9b9fa4c7de620b5177d (patch) | |
tree | f940bd54f51fe8bb68916e63d4c2037ebd841560 /include | |
parent | 38109d24ab5261959b316b7dacc99521858f0749 (diff) |
Secured some places where PolyPolygons were created
using a all-points count and a all-points array
(cherry picked from commit 8ee49906f04106317997e9ca3bb890870816e274)
Conflicts:
svtools/source/filter/wmf/enhwmf.cxx
svtools/source/filter/wmf/winwmf.cxx
tools/inc/tools/poly.hxx
tools/source/generic/poly2.cxx
Change-Id: I57f7f08d8dd87c83c30ab2d16ca22b772b2bd834
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/poly.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/poly.hxx b/include/tools/poly.hxx index 980840f66008..4229195dc98a 100644 --- a/include/tools/poly.hxx +++ b/include/tools/poly.hxx @@ -206,8 +206,6 @@ private: public: PolyPolygon( sal_uInt16 nInitSize = 16, sal_uInt16 nResize = 16 ); PolyPolygon( const Polygon& rPoly ); - PolyPolygon( sal_uInt16 nPoly, const sal_uInt16* pPointCountAry, - const Point* pPtAry ); PolyPolygon( const PolyPolygon& rPolyPoly ); ~PolyPolygon(); |