summaryrefslogtreecommitdiff
path: root/include/svx/xpoly.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-29 13:37:14 +0200
committerNoel Grandin <noel@peralex.com>2016-03-01 08:30:27 +0200
commit595f46344e18fd6275ff7b862269e4c131449591 (patch)
tree0de2d2e300399b9aa9c0fea2dd6ca2155f8a231a /include/svx/xpoly.hxx
parent44e700f70d750cf1c6aac89d0dd07a4f57879b1b (diff)
loplugin:unuseddefaultparam in svx (part1)
Change-Id: I0fc8d00447491e8474508952c21d07aa22b6f055
Diffstat (limited to 'include/svx/xpoly.hxx')
-rw-r--r--include/svx/xpoly.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/svx/xpoly.hxx b/include/svx/xpoly.hxx
index 6dfb0af507b5..8015ac346e2c 100644
--- a/include/svx/xpoly.hxx
+++ b/include/svx/xpoly.hxx
@@ -132,10 +132,8 @@ public:
~XPolyPolygon();
- void Insert( const XPolygon& rXPoly,
- sal_uInt16 nPos = XPOLYPOLY_APPEND );
- void Insert( const XPolyPolygon& rXPoly,
- sal_uInt16 nPos=XPOLYPOLY_APPEND );
+ void Insert( const XPolygon& rXPoly );
+ void Insert( const XPolyPolygon& rXPoly );
XPolygon Remove( sal_uInt16 nPos );
const XPolygon& GetObject( sal_uInt16 nPos ) const;