summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-22 09:48:01 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-22 09:49:06 +0100
commit16c79edbd1f03a2fa7c480bcf7e2f1582f976885 (patch)
tree79bbfad1c2bd1f469957ebd6dc70cf8bb39ada92 /svx
parent3f79b6cb8bbb65e503dfbc59fafa782bea917b9e (diff)
Typo: coment->comment
Change-Id: Ica4a473291ddfe80f50f2cda4c8b6ac7fd7c290b
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdoashp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdoashp.cxx b/svx/source/svdraw/svdoashp.cxx
index 5d6bf2d8d7c3..d769b5d4a5fd 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 (!)