svx/source/svdraw/svdoashp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 16c79edbd1f03a2fa7c480bcf7e2f1582f976885 Author: Julien Nabet <serval2...@yahoo.fr> Date: Sun Mar 22 09:48:01 2015 +0100 Typo: coment->comment Change-Id: Ica4a473291ddfe80f50f2cda4c8b6ac7fd7c290b diff --git a/svx/source/svdraw/svdoashp.cxx b/svx/source/svdraw/svdoashp.cxx index 5d6bf2d..d769b5d 100644 --- a/svx/source/svdraw/svdoashp.cxx +++ b/svx/source/svdraw/svdoashp.cxx @@ -3138,7 +3138,7 @@ bool SdrObjCustomShape::TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegf // mirror polygon and move it a bit Polygon aPol0(aPol); aPol[0]=aPol0[1]; // This was WRONG for vertical (!) - aPol[1]=aPol0[0]; // #i121932# Despite my own coment above + aPol[1]=aPol0[0]; // #i121932# Despite my own comment above aPol[2]=aPol0[3]; // it was *not* wrong even when the reordering aPol[3]=aPol0[2]; // *seems* to be specific for X-Mirrorings. Oh aPol[4]=aPol0[1]; // will I be happy when this old stuff is |gone| with aw080 (!) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits