summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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