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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Sep 25 14:57:38 UTC 2019


 oox/source/drawingml/diagram/datamodel.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7a356cec8b991883a1da03f0fa43ea1590ce2fa7
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Sep 25 11:07:14 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Sep 25 16:56:50 2019 +0200

    Fix typo
    
    Change-Id: Ibc6bedab293b93920b2e829ed348d068670b7f8f
    Reviewed-on: https://gerrit.libreoffice.org/79514
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/oox/source/drawingml/diagram/datamodel.cxx b/oox/source/drawingml/diagram/datamodel.cxx
index 6b7d05ebe58d..bfbd67537171 100644
--- a/oox/source/drawingml/diagram/datamodel.cxx
+++ b/oox/source/drawingml/diagram/datamodel.cxx
@@ -246,7 +246,7 @@ bool DiagramData::removeNode(const OUString& rNodeId)
         if (aIdsToRemove.count(rPoint.msPresentationAssociationId))
             aIdsToRemove.insert(rPoint.msModelId);
 
-    // instert also transition nodes
+    // insert also transition nodes
     for (const auto& aCxn : maConnections)
         if (aIdsToRemove.count(aCxn.msSourceId) || aIdsToRemove.count(aCxn.msDestId))
             if (!aCxn.msPresId.isEmpty())


More information about the Libreoffice-commits mailing list