[Libreoffice-commits] core.git: oox/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Sep 24 16:33:36 UTC 2020


 oox/source/drawingml/shape.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c103ff090b5fa2e001f421f0d0b9c01fecb69647
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Sep 24 17:26:29 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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


More information about the Libreoffice-commits mailing list