[Libreoffice-commits] core.git: oox/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Feb 11 11:07:48 UTC 2021
oox/source/export/drawingml.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit aab2968434e4413565397692b74169a128117de8
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Feb 10 23:38:25 2021 +0100
Commit: Gülşah Köse <gulsah.kose at collabora.com>
CommitDate: Thu Feb 11 12:07:11 2021 +0100
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 at collabora.com>
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);
More information about the Libreoffice-commits
mailing list