summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-10-20 17:48:49 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-10-20 19:27:49 +0200
commit68d45e54b02d5800e454a2c81c2692412e5c89bd (patch)
tree424706f16bf352019e153903a5383f898f39b4df /sw
parent848c25b6b1cd1a1881b74ac68c48c87bc535106b (diff)
Fix typos
Change-Id: Ia61b174eb48e0cb80d4b7d404d3b815537ba7cb1 Reviewed-on: https://gerrit.libreoffice.org/43615 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/draw/dflyobj.cxx2
-rw-r--r--sw/source/core/inc/dflyobj.hxx2
2 files changed, 2 insertions, 2 deletions
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;