summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxsdrexport.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-06-28 13:29:18 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-06-28 19:09:04 +0200
commit1b052ff4ac5f5d29b69a91d4f14742e555f2a03b (patch)
tree3cc8c1475253c75f0cf048ebeb0e864dd6d028ee /sw/source/filter/ww8/docxsdrexport.cxx
parent3935b85163336ade4d0555a345c7ba2a9b1fc4d7 (diff)
Fix typos
Change-Id: If73e9183dbf6e53291da0348a1ea112d0c669669 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118012 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/filter/ww8/docxsdrexport.cxx')
-rw-r--r--sw/source/filter/ww8/docxsdrexport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/docxsdrexport.cxx b/sw/source/filter/ww8/docxsdrexport.cxx
index 1416c4838904..c85e2581bd96 100644
--- a/sw/source/filter/ww8/docxsdrexport.cxx
+++ b/sw/source/filter/ww8/docxsdrexport.cxx
@@ -89,7 +89,7 @@ void lclMovePositionWithRotation(awt::Point& aPos, const Size& rSize, Degree100
{
// code from ImplEESdrWriter::ImplFlipBoundingBox (filter/source/msfilter/eschesdo.cxx)
// TODO: refactor
- // MSO uses left|top of the unrotated object rectangle as position. When you rotate that retangle
+ // MSO uses left|top of the unrotated object rectangle as position. When you rotate that rectangle
// around its center and build a snap rectangle S from it, then left|top of S has to be the
// position used in LO. This method converts LOs aPos to the position used by MSO.
@@ -920,7 +920,7 @@ void DocxSdrExport::startDMLAnchorInline(const SwFrameFormat* pFrameFormat, cons
// FixMe: tdf141880. Because LibreOffice currently cannot handle negative vertical margins, they
// were forced to zero on import. Especially bottom margin of inline anchored rotated objects are
// affected. If the object was not changed, it would be better to export the original values
- // from grab-Bag. Unfortulately there exists no marker for "not changed", so a heuristic is used
+ // from grab-Bag. Unfortunately there exists no marker for "not changed", so a heuristic is used
// here: If current left, top and right margins do not differ more than 1Hmm = 635EMU from the
// values in grab-Bag, it is likely, that the object was not changed and we restore the values
// from grab-Bag.