diff options
author | Stefan Knorr <heinzlesspam@googlemail.com> | 2012-01-24 12:43:39 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@suse.com> | 2012-01-24 12:55:48 +0530 |
commit | cf545e07f32f99e9c50e7dd6a0e932ead84e072c (patch) | |
tree | c2fc6fbeb7e669063721f1dc9d2d8ec63a9a02ff /svx/source/svdraw/svdoedge.cxx | |
parent | 3456c03198e57b5a8f49ad79a3bbb2ce2602a07d (diff) |
Removal of commented code.
Diffstat (limited to 'svx/source/svdraw/svdoedge.cxx')
-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 1e47375d254c..b56b1d56c7fa 100644 --- a/svx/source/svdraw/svdoedge.cxx +++ b/svx/source/svdraw/svdoedge.cxx @@ -1501,8 +1501,6 @@ XPolygon SdrEdgeObj::ImpCalcEdgeTrack(const Point& rPt1, long nAngle1, const Rec aXP1[3].X()-=dx/2; aXP1[3].Y()-=dy/2; aXP1.SetFlags(3,XPOLY_SYMMTR); - //aXP1[4].X()+=dx/2; - //aXP1[4].Y()+=dy/2; aXP1.Remove(4,1); // because it's identical with aXP1[3] } } |