oox/source/drawingml/shape.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit c103ff090b5fa2e001f421f0d0b9c01fecb69647 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Sep 24 17:26:29 2020 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Thu Sep 24 18:32:56 2020 +0200 Fix typo Change-Id: I4f73bed05f994769f2c9b12e49e4102b3af6fc6f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103321 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
