summaryrefslogtreecommitdiff
path: root/oox/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-07-20 08:58:32 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-07-21 16:07:00 +0200
commite6168781f2feaaea12bf6310366ca2b7a9464250 (patch)
treebabfeec3fcebf8b68a7ab62a7bd123acdf16b77b /oox/source
parentcd8ab93d9b84ed34d18334e07e1e11bd1728e161 (diff)
Fix typos
Change-Id: I626c182fc8c9b8fd17000f3ab3739c1bfb334a37 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137243 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox/source')
-rw-r--r--oox/source/drawingml/shape.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx
index a04a5725308f..4d8ab3b3cb45 100644
--- a/oox/source/drawingml/shape.cxx
+++ b/oox/source/drawingml/shape.cxx
@@ -1437,7 +1437,7 @@ Reference< XShape > const & Shape::createAndInsert(
}
else if (mbTextBox)
{
- // ToDo: TextBox has no rotated text, so indroduce it only if really needed. tdf#82627
+ // ToDo: TextBox has no rotated text, so introduce it only if really needed. tdf#82627
aShapeProps.setProperty(PROP_TextBox, true);
}
@@ -1709,7 +1709,7 @@ Reference< XShape > const & Shape::createAndInsert(
if ((nDeg >= 45 && nDeg < 135) || (nDeg >= 225 && nDeg < 315))
{
nTextAreaRotateAngle += 5400000;
- nTextPreRotateAngle -= 5400000; // compensate the addional text area rotation
+ nTextPreRotateAngle -= 5400000; // compensate the additional text area rotation
}
putPropertyToGrabBag("Upright", Any(true));
}