summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-03-27 14:27:00 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-03-27 15:17:01 +0200
commitf46068f963ab546f2f125e130ccd88bd119aa794 (patch)
treeccf25cba16411dbfea79173eef09e495fc3d2afe /oox
parent258ef8776637519c84365b8a58446d64716b2b43 (diff)
Fix typos
Change-Id: I003bd994be4a6a089dfacca1558e84324bf7fc1f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132145 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/diagram/datamodel.hxx2
-rw-r--r--oox/source/export/drawingml.cxx4
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)))
{