[Libreoffice-commits] core.git: svx/source

Julien Nabet serval2412 at yahoo.fr
Sun Mar 22 01:49:51 PDT 2015


 svx/source/svdraw/svdoashp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 16c79edbd1f03a2fa7c480bcf7e2f1582f976885
Author: Julien Nabet <serval2412 at 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 (!)


More information about the Libreoffice-commits mailing list