oox/source/drawingml/diagram/datamodel.hxx | 2 +- oox/source/export/drawingml.cxx | 4 ++-- sw/qa/extras/ooxmlexport/ooxmlexport17.cxx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit f46068f963ab546f2f125e130ccd88bd119aa794 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Mar 27 14:27:00 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Mar 27 15:17:01 2022 +0200 Fix typos Change-Id: I003bd994be4a6a089dfacca1558e84324bf7fc1f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132145 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Jenkins diff --git a/oox/source/drawingml/diagram/datamodel.hxx b/oox/source/drawingml/diagram/datamodel.hxx index 292b31c6dabd..8c8a9e8e165d 100644 --- a/oox/source/drawingml/diagram/datamodel.hxx +++ b/oox/source/drawingml/diagram/datamodel.hxx @@ -204,7 +204,7 @@ private: // the model definition, // - FillStyle // - Texts for oox::drawingml::Points/dgm::Points, associated by ModelId - // - logic connections/assoziations + // - logic connections/associations // - data point entries FillPropertiesPtr mpFillProperties; PointTextMap maPointTextMap; diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx index d2f8f3be3c63..912f3921d406 100644 --- a/oox/source/export/drawingml.cxx +++ b/oox/source/export/drawingml.cxx @@ -3897,7 +3897,7 @@ bool DrawingML::WriteCustomGeometry( return false; } - // A EnhancedCustomShape2d caches the equation results. Therefor we use only one of it for the + // A EnhancedCustomShape2d caches the equation results. Therefore we use only one of it for the // entire method. const EnhancedCustomShape2d aCustomShape2d(const_cast<SdrObjCustomShape&>(rSdrObjCustomShape)); @@ -4279,7 +4279,7 @@ bool DrawingML::WriteCustomGeometry( double fHR = std::abs(fCurrentY - fY); double fStartAngle(0.0); double fSwingAngle(0.0); - // The starting direction of the arc toggles beween X and Y + // The starting direction of the arc toggles between X and Y if ((rSegment.Command == ELLIPTICALQUADRANTX && !(k % 2)) || (rSegment.Command == ELLIPTICALQUADRANTY && (k % 2))) { diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx index 8162b8fbb414..6d62d866f4b2 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx @@ -53,7 +53,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf147861_customField, "tdf147861_customField.docx" { // These should each be specific values, not a shared DocProperty getParagraph(1, "CustomEditedTitle"); // edited - // A couple of nulls at the end of the string thwarted all attemps at an "equals" comparison. + // A couple of nulls at the end of the string thwarted all attempts at an "equals" comparison. CPPUNIT_ASSERT(getParagraph(2)->getString().startsWith(" INSERT Custom Title here")); getParagraph(3, "My Title"); // edited