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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 12 08:11:43 UTC 2019


 svx/source/svdraw/svdoashp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 19733236a91cfb7ce38da8ce9b72f8804ff14b0d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 12 09:06:46 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 12 09:10:23 2019 +0100

    Fix typo
    
    Change-Id: I288dadc5c488a1f0ec5c541c12bf2ff2bd8176d2
    Reviewed-on: https://gerrit.libreoffice.org/85013
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/svx/source/svdraw/svdoashp.cxx b/svx/source/svdraw/svdoashp.cxx
index 7d78963ea192..0fb5876d9aca 100644
--- a/svx/source/svdraw/svdoashp.cxx
+++ b/svx/source/svdraw/svdoashp.cxx
@@ -2982,7 +2982,7 @@ void SdrObjCustomShape::AdjustToMaxRect(const tools::Rectangle& rMaxRect, bool b
 
     // Now use TRSetBaseGeometry to actually perform scale, shear, rotate and translate
     // on the shape. That considers gluepoints, interaction handles and text area, and includes
-    // setting rectangles dirty and broadcoast.
+    // setting rectangles dirty and broadcast.
     TRSetBaseGeometry(aMatrix, aPolyPolygon);
 }
 


More information about the Libreoffice-commits mailing list