summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-02-10 23:38:25 +0100
committerGülşah Köse <gulsah.kose@collabora.com>2021-02-11 12:07:11 +0100
commitaab2968434e4413565397692b74169a128117de8 (patch)
tree317305f7f707f10b9c912b2077d2a4b319dc98ed /oox
parenta7c41f93421ddb2b48e38960b669c4e4f5413efb (diff)
Fix typo
Change-Id: Ie307727fdbc5c748c2ef249f10012a7b81c6803b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110731 Tested-by: Jenkins Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com>
Diffstat (limited to 'oox')
-rw-r--r--oox/source/export/drawingml.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx
index 7f7e6ec3525f..86c57f86acc1 100644
--- a/oox/source/export/drawingml.cxx
+++ b/oox/source/export/drawingml.cxx
@@ -1618,7 +1618,7 @@ void DrawingML::WriteGraphicCropProperties(uno::Reference<beans::XPropertySet> c
if(GetProperty(rXPropSet, "CustomShapeGeometry"))
{
// tdf#134210 GraphicCrop property is handled in import filter because of LibreOffice has not core
- // feature. We croped the bitmap physically and MSO shouldn't crop bitmap one more time. When we
+ // feature. We cropped the bitmap physically and MSO shouldn't crop bitmap one more time. When we
// have core feature for graphic cropping in custom shapes, we should uncomment the code anymore.
mpFS->singleElementNS( XML_a, XML_srcRect);