oox/source/drawingml/diagram/layoutatomvisitors.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e764a1aca24769cdca94da09c450a5cd1225e574 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Apr 20 19:37:49 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Apr 21 09:14:05 2022 +0200 Fix typo Change-Id: I1f7b1c0b28b9e5247debb85e07f19896d16f8bdc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133228 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/oox/source/drawingml/diagram/layoutatomvisitors.cxx b/oox/source/drawingml/diagram/layoutatomvisitors.cxx index 45f85f808458..f34d93d98fc8 100644 --- a/oox/source/drawingml/diagram/layoutatomvisitors.cxx +++ b/oox/source/drawingml/diagram/layoutatomvisitors.cxx @@ -184,7 +184,7 @@ void ShapeTemplateVisitor::visit(ShapeAtom& rAtom) // fill, unshare those. mpShape->cloneFillProperties(); - // add/set ModelID from currrent node to allow later association + // add/set ModelID from current node to allow later association if (mpCurrentNode) mpShape->setDiagramDataModelID(mpCurrentNode->msModelId); }