oox/source/drawingml/diagram/datamodel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7a356cec8b991883a1da03f0fa43ea1590ce2fa7 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Sep 25 11:07:14 2019 +0200 Commit: Julien Nabet <[email protected]> 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 <[email protected]> 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()) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
