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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Jul 24 17:35:37 UTC 2021


 writerfilter/source/dmapper/GraphicImport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5c3128f5e65a1c1c2dd41b6d45fc59012c9d3f91
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Jul 24 09:53:12 2021 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jul 24 19:35:05 2021 +0200

    Fix typo
    
    Change-Id: I3b564e59f980cb6011d6a6ab5ddd143ee2a28d27
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119453
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/writerfilter/source/dmapper/GraphicImport.cxx b/writerfilter/source/dmapper/GraphicImport.cxx
index 80ffbcaff85c..55a4eb6e1ec8 100644
--- a/writerfilter/source/dmapper/GraphicImport.cxx
+++ b/writerfilter/source/dmapper/GraphicImport.cxx
@@ -881,7 +881,7 @@ void GraphicImport::lcl_attribute(Id nName, Value& rValue)
                         sal_Int32 nOOXAngle(0);
                         aInteropGrabBag.getValue("mso-rotation-angle") >>= nOOXAngle; // 1/60000 deg
                         // tdf#143455: A diagram is imported as group, but has no valid object list
-                        // and contour wrap is different to Word. As workaround diagramms are excluded
+                        // and contour wrap is different to Word. As workaround diagrams are excluded
                         // here in various places.
                         const bool bIsDiagram = oox::drawingml::DrawingML::IsDiagram(m_xShape);
                         const bool bIsGroupOrLine = (xServiceInfo->supportsService("com.sun.star.drawing.GroupShape")


More information about the Libreoffice-commits mailing list