summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-04-22 10:57:24 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-04-22 19:56:39 +0200
commitaf8eaeeb16991eb0b2804d7570521726f4913196 (patch)
treec49146dea4b867e15fb2e6efb136dee7ba3eae2d /writerfilter
parentc799de145f7e289f31e3669646e5bd12814e6c5e (diff)
Fix typos
Change-Id: Id06dc8750b735ecdba26ac607394c6e7dee16db2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114470 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Dante DM <dante19031999@gmail.com> Tested-by: Jenkins
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/dmapper/GraphicImport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/source/dmapper/GraphicImport.cxx b/writerfilter/source/dmapper/GraphicImport.cxx
index 56d274719805..66f36e38959d 100644
--- a/writerfilter/source/dmapper/GraphicImport.cxx
+++ b/writerfilter/source/dmapper/GraphicImport.cxx
@@ -512,7 +512,7 @@ void GraphicImport::putPropertyToFrameGrabBag( const OUString& sPropertyName, co
static bool lcl_bHasGroupSlantedChild (const SdrObject* pObj)
{
- // Returns true, if a child object differs more then 0.02deg from horizontal or vertical.
+ // Returns true, if a child object differs more than 0.02deg from horizontal or vertical.
// Because lines sometimes are imported as customshapes, a horizontal or vertical line
// might not have exactly 0, 90, 180, or 270 degree as rotate angle.
if (!pObj)
@@ -927,7 +927,7 @@ void GraphicImport::lcl_attribute(Id nName, Value& rValue)
const awt::Point aCentrum(aImportPosition.X + aImportSize.Width / 2,
aImportPosition.Y + aImportSize.Height / 2);
- // In case of group and lines, rotations are incorported in the child shapes or
+ // In case of group and lines, rotations are incorporated in the child shapes or
// points respectively in LO. MSO has rotation as separate property. The
// position refers to the unrotated rectangle of MSO. We need to adapt it to
// the left-top of the rotated shape.