[Libreoffice-commits] core.git: svx/inc svx/source sw/qa

Andrea Gelmini andrea.gelmini at gelma.net
Sat Mar 24 20:08:49 UTC 2018


 svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx    |    4 ++--
 svx/source/customshapes/EnhancedCustomShape2d.cxx |    2 +-
 sw/qa/extras/ooxmlexport/ooxmlexport11.cxx        |    2 +-
 sw/qa/uitest/writer_tests/insertFootEndnote.py    |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 4e2e1d04d8f9a38d76c259bb21fbf53b1088b813
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sat Mar 24 12:36:28 2018 +0100

    Fix typos
    
    Change-Id: I6c515e716b232fecfe1750b806f0a5624f648de5

diff --git a/svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx
index e165344b26c1..a9d86cb34481 100644
--- a/svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx
+++ b/svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx
@@ -42,10 +42,10 @@ namespace drawinglayer
 
             // OperationSmiley: Added to be able to define a FillGeometry different from local
             // geometry. It is ignored when empty and/or equal to UnitPolyPolygon.
-            // If used and there is a fill, object's geomery (maUnitPolyPolygon) will be filled,
+            // If used and there is a fill, the object's geometry (maUnitPolyPolygon) will be filled,
             // but UnitDefinitionPolyPolygon will be used to define the FillStyle. Thus when
             // using the 'same' UnitDefinitionPolyPolygon for multiple definitions,
-            // all filled stuff using it will fit seamless together.
+            // all filled stuff using it will fit seamlessly together.
             // 'same' is in quotes since it is a UnitPolygon, so being relative to the
             // unit polygon of the local geometry (UnitPolyPolygon). The definition is complete
             // when applying the also given transfomation (maTransform)
diff --git a/svx/source/customshapes/EnhancedCustomShape2d.cxx b/svx/source/customshapes/EnhancedCustomShape2d.cxx
index 5ed79db32897..2386b5887d8f 100644
--- a/svx/source/customshapes/EnhancedCustomShape2d.cxx
+++ b/svx/source/customshapes/EnhancedCustomShape2d.cxx
@@ -2318,7 +2318,7 @@ SdrObject* EnhancedCustomShape2d::CreatePathObj( bool bLineGeometryNeededOnly )
 
                     // OperationSmiley: when we have access to the SdrObjCustomShape and the
                     // CustomShape is built with more than a single filled Geometry, use it
-                    // to define that all helper geometites defined here (SdrObjects currently)
+                    // to define that all helper geometries defined here (SdrObjects currently)
                     // will use the same FillGeometryDefinition (from the referenced SdrObjCustomShape).
                     // This will all same-filled objects look like filled smoothly with the same style.
                     pObj->setFillGeometryDefiningShape(&mrSdrObjCustomShape);
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx
index 4ed36e31040c..14e03fbced9d 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx
@@ -284,7 +284,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf107035, "tdf107035.docx")
 DECLARE_OOXMLEXPORT_TEST(testTdf112118_DOCX, "tdf112118.docx")
 {
     // The resulting left margin width (2081) differs from its DOC counterpart from ww8export2.cxx,
-    // because DOCX import does two conversions between mm/100 and twips on the route, loosing one
+    // because DOCX import does two conversions between mm/100 and twips on the route, losing one
     // twip on the road and arriving with a value that is 2 mm/100 less. I don't see an obvious way
     // to avoid that.
     struct {
diff --git a/sw/qa/uitest/writer_tests/insertFootEndnote.py b/sw/qa/uitest/writer_tests/insertFootEndnote.py
index 690096cd9271..397e98e5ff40 100644
--- a/sw/qa/uitest/writer_tests/insertFootEndnote.py
+++ b/sw/qa/uitest/writer_tests/insertFootEndnote.py
@@ -27,7 +27,7 @@ class insertFootEndnote(UITestCase):
         self.assertEqual(document.Footnotes.getCount(), 1)
         self.xUITest.executeCommand(".uno:Undo")
         self.assertEqual(document.Footnotes.getCount(), 0)
-#Automatic - Endtnote
+#Automatic - Endnote
         self.ui_test.execute_dialog_through_command(".uno:InsertFootnoteDialog")
         xDialog = self.xUITest.getTopFocusWindow()
 


More information about the Libreoffice-commits mailing list