summaryrefslogtreecommitdiff
path: root/oox/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-09-24 17:26:29 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-09-24 18:32:56 +0200
commitc103ff090b5fa2e001f421f0d0b9c01fecb69647 (patch)
treebb2791a32e947f6d75d5951c8c3c3b9905812597 /oox/source
parent881aca8eb1f3b77dce1bdcf4a344eaa175b644c3 (diff)
Fix typo
Change-Id: I4f73bed05f994769f2c9b12e49e4102b3af6fc6f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103321 Tested-by: Julien Nabet <serval2412@yahoo.fr> 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 326d90be3ffd..ddc5a96b8018 100644
--- a/oox/source/drawingml/shape.cxx
+++ b/oox/source/drawingml/shape.cxx
@@ -1416,10 +1416,10 @@ Reference< XShape > const & Shape::createAndInsert(
// When upright is set, we want the text without any rotation.
// But if we set 0 here, the text is still rotated if the
// shape containing it is rotated.
- // Hence, we rotate the text into the the opposite direction of
+ // Hence, we rotate the text into the opposite direction of
// the rotation of the shape, by as much as the shape was rotated.
mpCustomShapePropertiesPtr->setTextRotateAngle(mnRotation / 60000);
- // Also put this away in a Gabbag.
+ // Also put this away in a GrabBag.
putPropertyToGrabBag("Upright", Any(isUpright));
}
else