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

Andrea Gelmini andrea.gelmini at gelma.net
Fri Oct 20 17:28:19 UTC 2017


 svx/source/svdraw/svddrgmt.cxx  |    2 +-
 sw/source/core/draw/dflyobj.cxx |    2 +-
 sw/source/core/inc/dflyobj.hxx  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 68d45e54b02d5800e454a2c81c2692412e5c89bd
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Fri Oct 20 17:48:49 2017 +0200

    Fix typos
    
    Change-Id: Ia61b174eb48e0cb80d4b7d404d3b815537ba7cb1
    Reviewed-on: https://gerrit.libreoffice.org/43615
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/svx/source/svdraw/svddrgmt.cxx b/svx/source/svdraw/svddrgmt.cxx
index a00528f61af8..77107880917c 100644
--- a/svx/source/svdraw/svddrgmt.cxx
+++ b/svx/source/svdraw/svddrgmt.cxx
@@ -3770,7 +3770,7 @@ bool SdrDragCrop::EndSdrDrag(bool /*bCopy*/)
         // we call crop (virtual method) on pSdrObject which calls VirtFlyDrawObj
         // crop. aRef needs to be adapted to concrete Object's boundaries which
         // is different from Crop-Ranges. This is because the Graphic and it's
-        // SdrObject representaion is inside the FlyFrame, but not identical
+        // SdrObject representation is inside the FlyFrame, but not identical
         // with it.
         const tools::Rectangle& rOutRect(pExternalSdrObject->GetCurrentBoundRect());
         const basegfx::B2DHomMatrix aExternalTransform(
diff --git a/sw/source/core/draw/dflyobj.cxx b/sw/source/core/draw/dflyobj.cxx
index 29e5e4a94715..1d824b2264e8 100644
--- a/sw/source/core/draw/dflyobj.cxx
+++ b/sw/source/core/draw/dflyobj.cxx
@@ -1037,7 +1037,7 @@ void SwVirtFlyDrawObj::addCropHandles(SdrHdlList& rTarget) const
     if(GetFlyFrame()->Frame().HasArea())
     {
         // Use InnerBound, OuterBound (same as GetFlyFrame()->Frame().SVRect())
-        // may have a distance to InnerBound which needs to be taken into acocunt.
+        // may have a distance to InnerBound which needs to be taken into account.
         // The Graphic is mapped to InnerBound, as is the rotated Graphic.
         const basegfx::B2DRange aTargetRange(getInnerBound());
 
diff --git a/sw/source/core/inc/dflyobj.hxx b/sw/source/core/inc/dflyobj.hxx
index 8766b7980ebc..e2fcac536073 100644
--- a/sw/source/core/inc/dflyobj.hxx
+++ b/sw/source/core/inc/dflyobj.hxx
@@ -58,7 +58,7 @@ class SwVirtFlyDrawObj : public SdrVirtObj
 private:
     SwFlyFrame *m_pFlyFrame;
 
-    // RotGrfFlyFrame: Helper to acces sthe rotation angle (in 10th degrees, left-handed)
+    // RotGrfFlyFrame: Helper to access the rotation angle (in 10th degrees, left-handed)
     // of a GraphicFrame
     sal_uInt16 getPossibleRotationFromFraphicFrame(Size& rSize) const;
 


More information about the Libreoffice-commits mailing list