Kaydet (Commit) 68d45e54 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Ia61b174eb48e0cb80d4b7d404d3b815537ba7cb1
Reviewed-on: https://gerrit.libreoffice.org/43615Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 848c25b6
......@@ -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(
......
......@@ -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());
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment