diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-27 20:21:04 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-27 20:22:07 +0100 |
commit | 2e8d0fcad75d9b28c384ddac03bb45186694231f (patch) | |
tree | 926c468e55d215d45e52296d987b1de1416f6da5 /svx | |
parent | f179f84821c17025410cbbf047406dbb49a568d7 (diff) |
Remove unused assignments
See http://nabble.documentfoundation.org/Question-cppcheck-reports-on-svx-source-svdraw-svdoedge-cxx-Bezier-curve-td4025235.html
Change-Id: Ic091d2b84254679462cc796032a01e815538af26
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdoedge.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdoedge.cxx b/svx/source/svdraw/svdoedge.cxx index 707b7489ada1..a62ec29fd651 100644 --- a/svx/source/svdraw/svdoedge.cxx +++ b/svx/source/svdraw/svdoedge.cxx @@ -1447,10 +1447,8 @@ XPolygon SdrEdgeObj::ImpCalcEdgeTrack(const Point& rPt1, long nAngle1, const Rec Point aPt3(*pPt2); aXP1.Insert(2,aPt3,XPOLY_CONTROL); nPntAnz=aXP1.GetPointCount(); - pPt1=&aXP1[0]; pPt2=&aXP1[1]; pPt3=&aXP1[nPntAnz-2]; - pPt4=&aXP1[nPntAnz-1]; pPt2->X()-=dx1/3; pPt2->Y()-=dy1/3; pPt3->X()-=dx2/3; |