summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-18 21:10:46 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-20 10:53:14 +0000
commit6d9971a6dafa8451bf2a1d409512b090f2ce74de (patch)
tree97d382ab970ef359c8c831d718f2ea3b4a3a8b2e /svx
parent63c1fecf1728ea3c57a238824e4cee20cc32adaa (diff)
WaE: silence these warnings again post merge
Diffstat (limited to 'svx')
-rwxr-xr-xsvx/source/xoutdev/_xpoly.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/xoutdev/_xpoly.cxx b/svx/source/xoutdev/_xpoly.cxx
index 671d382393..309bac901e 100755
--- a/svx/source/xoutdev/_xpoly.cxx
+++ b/svx/source/xoutdev/_xpoly.cxx
@@ -1431,7 +1431,7 @@ bool ImpXPolyPolygon::operator==(const ImpXPolyPolygon& rImpXPolyPoly) const
|*
*************************************************************************/
-XPolyPolygon::XPolyPolygon( sal_uInt16 nInitSize, sal_uInt16 nResize )
+XPolyPolygon::XPolyPolygon( sal_uInt16 /*nInitSize*/, sal_uInt16 /*nResize*/ )
{
DBG_CTOR(XPolyPolygon,NULL);
pImpXPolyPolygon = new ImpXPolyPolygon();