diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-07-01 21:41:56 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-07-01 21:41:56 +0200 |
commit | 8802f837dda98b52f1fee8a1c8643365a7af3132 (patch) | |
tree | 32ee240634b018ac6606ef9610814990198b768c /svx | |
parent | d51f53fedb8cd68b1b3122c7199c4ea2d3a6980f (diff) |
Typos
Change-Id: I7c3f115520d8c6a1fba997aeedddf96c01780e7e
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/engine3d/view3d.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/engine3d/view3d.cxx b/svx/source/engine3d/view3d.cxx index 3ac2c0d6a49f..b9fd6d885218 100644 --- a/svx/source/engine3d/view3d.cxx +++ b/svx/source/engine3d/view3d.cxx @@ -938,8 +938,8 @@ void E3dView::ConvertMarkedObjTo3D(bool bExtrude, basegfx::B2DPoint aPnt1, baseg } } - // Walk throguh the selection and convert it into 3D, complete with - // Convertion to SdrPathObject, also fonts + // Walk through the selection and convert it into 3D, complete with + // Conversion to SdrPathObject, also fonts for(sal_uInt32 a=0;a<GetMarkedObjectCount();a++) { SdrMark* pMark = GetSdrMarkByIndex(a); @@ -1192,7 +1192,7 @@ bool E3dView::BegDragObj(const Point& rPnt, OutputDevice* pOut, { if(Is3DRotationCreationActive() && GetMarkedObjectCount()) { - // Determine all selected polygons and return rhe mirrored helper overlay + // Determine all selected polygons and return the mirrored helper overlay mpMirrorOverlay->SetMirrorAxis(aRef1, aRef2); } else |