summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev/_xpoly.cxx
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-08-21 15:16:54 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-08-21 21:18:24 +0200
commite8c0708ee9d0c01cbe0bdcb38ac14e34bdceef32 (patch)
treea1f4016835409879032a9370b1e4adcf120003d8 /svx/source/xoutdev/_xpoly.cxx
parent349c91c8ec6afc1f5c8499529d559af34d115a76 (diff)
remove code that was commented out long time ago
Diffstat (limited to 'svx/source/xoutdev/_xpoly.cxx')
-rw-r--r--svx/source/xoutdev/_xpoly.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/xoutdev/_xpoly.cxx b/svx/source/xoutdev/_xpoly.cxx
index 85cbcd754634..a0f6f932f9cf 100644
--- a/svx/source/xoutdev/_xpoly.cxx
+++ b/svx/source/xoutdev/_xpoly.cxx
@@ -657,11 +657,6 @@ void XPolygon::CalcSmoothJoin(sal_uInt16 nCenter, sal_uInt16 nDrag, sal_uInt16 n
{
CheckReference();
-// sal_uInt16 nMaxPnt = pImpXPolygon->nPoints - 1;
-
-// if ( nCenter == nMaxPnt ) nPnt = 1;
-// else if ( nCenter == 0 ) nPnt = nMaxPnt - 1;
-
// If nPoint is no control point, i.e. cannot be moved, than
// move nDrag instead on the line between nCenter and nPnt
if ( !IsControl(nPnt) )