summaryrefslogtreecommitdiffstats
path: root/include/tools
diff options
context:
space:
mode:
authorArmin Le Grand <alg@apache.org>2012-08-13 15:10:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-05-19 14:47:38 +0100
commitabb6f47bd3941ec63a41a9b9fa4c7de620b5177d (patch)
treef940bd54f51fe8bb68916e63d4c2037ebd841560 /include/tools
parentResolves: #i119703# Corrected bound rect for ms graphic object... (diff)
downloadcore-abb6f47bd3941ec63a41a9b9fa4c7de620b5177d.tar.gz
core-abb6f47bd3941ec63a41a9b9fa4c7de620b5177d.zip
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/tools')
-rw-r--r--include/tools/poly.hxx2
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();