summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-04-20 19:37:49 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-04-21 09:14:05 +0200
commite764a1aca24769cdca94da09c450a5cd1225e574 (patch)
treeccdae3821ad1120a797c9978a117d78e420f3572 /oox
parent1f3da13e383f6333fd82b122c323e4aaf0898f82 (diff)
Fix typo
Change-Id: I1f7b1c0b28b9e5247debb85e07f19896d16f8bdc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133228 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/diagram/layoutatomvisitors.cxx2
1 files changed, 1 insertions, 1 deletions
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);
}