diff options
Diffstat (limited to 'oox/source')
-rw-r--r-- | oox/source/drawingml/diagram/datamodel.hxx | 2 | ||||
-rw-r--r-- | oox/source/export/drawingml.cxx | 4 |
2 files changed, 3 insertions, 3 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))) { |