summaryrefslogtreecommitdiff
path: root/svx/source/svdraw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-12 09:06:46 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-12 09:10:23 +0100
commit19733236a91cfb7ce38da8ce9b72f8804ff14b0d (patch)
tree2741500e6effe2b3a2151cfd91a40ea0ba1f0a71 /svx/source/svdraw
parentb06cba8f13e0b71346cb884cf827751f2086fd8e (diff)
Fix typo
Change-Id: I288dadc5c488a1f0ec5c541c12bf2ff2bd8176d2 Reviewed-on: https://gerrit.libreoffice.org/85013 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx/source/svdraw')
-rw-r--r--svx/source/svdraw/svdoashp.cxx2
1 files changed, 1 insertions, 1 deletions
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);
}