diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-08-16 18:22:58 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-08-16 23:34:24 +0200 |
commit | dd3ab0fd737ff84657ff34eebafe2628f489e5a1 (patch) | |
tree | d368201167106cc6f52d6a98b18c958e37960af0 /sw | |
parent | 7bd03074ae7362d8fffe5182529626a0b43a0ed1 (diff) |
Fix typos
Change-Id: I2a0a3d8eff5e6f1d456128f71519d132b8839e28
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120481
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/docxsdrexport.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/docxsdrexport.cxx b/sw/source/filter/ww8/docxsdrexport.cxx index 8d4a7c54e86b..1e1ac6bd66c3 100644 --- a/sw/source/filter/ww8/docxsdrexport.cxx +++ b/sw/source/filter/ww8/docxsdrexport.cxx @@ -307,7 +307,7 @@ tools::Polygon lcl_CreateContourPolygon(SdrObject* pSdrObj) { // EnhancedCustomShapeEngine::GetLineGeometry() is not directly usable, because the wrap // polygon acts on the untransformed shape in Word. We do here similar as in - // GetLineGreometry(), but without transformations. + // GetLineGeometry(), but without transformations. EnhancedCustomShape2d aCustomShape2d(*static_cast<SdrObjCustomShape*>(pSdrObj)); SdrObjectUniquePtr pLineGeometryObj = aCustomShape2d.CreateLineGeometry(); if (!pLineGeometryObj) @@ -352,7 +352,7 @@ tools::Polygon lcl_CreateContourPolygon(SdrObject* pSdrObj) // flipped coordinates. In such cases the wrap polygon needs to contain flipped // coordinates too. That is missing here. - // "moon" and "msp-spt89" (up-right-arrow) are currently mirrowed horizontal. But + // "moon" and "msp-spt89" (up-right-arrow) are currently mirrored horizontally. But // that is removed on export in shapes.cxx. So need to remove it in wrap polygon too. uno::Reference<drawing::XShape> xShape(pSdrObj->getUnoShape(), uno::UNO_QUERY); uno::Reference<beans::XPropertySet> xProps(xShape, uno::UNO_QUERY); |