diff options
-rw-r--r-- | oox/source/drawingml/diagram/datamodel.hxx | 2 | ||||
-rw-r--r-- | oox/source/export/drawingml.cxx | 4 | ||||
-rw-r--r-- | sw/qa/extras/ooxmlexport/ooxmlexport17.cxx | 2 |
3 files changed, 4 insertions, 4 deletions
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 |