summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev/_xpoly.cxx
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
commit15de91f8c564aae4179cfc1191005b5226beef4a (patch)
treea0a73017fc8dd922ae1e08d0f000f00b63f55c05 /svx/source/xoutdev/_xpoly.cxx
parent6773a7781189811b9453429152e5c4e04ccf0685 (diff)
WaE: silence these warnings again post merge
Diffstat (limited to 'svx/source/xoutdev/_xpoly.cxx')
-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 e54afd052091..c7d1b6a210f0 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();