diff options
Diffstat (limited to 'svx/source/svdraw')
-rw-r--r-- | svx/source/svdraw/svdoashp.cxx | 2 |
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); } |