oox/source/drawingml/diagram/datamodel_oox.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3f5afadebad398f6d42202e97750d82cc251a04d Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Feb 6 14:34:55 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sat Feb 7 21:24:54 2026 +0100 Fix typo Change-Id: I24bd9a242f1a3dbb1b4844f84e6c416978d0fd67 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198839 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins Reviewed-by: Simon Chenery <[email protected]> diff --git a/oox/source/drawingml/diagram/datamodel_oox.cxx b/oox/source/drawingml/diagram/datamodel_oox.cxx index ec7ce7e4cf17..349656c71c34 100644 --- a/oox/source/drawingml/diagram/datamodel_oox.cxx +++ b/oox/source/drawingml/diagram/datamodel_oox.cxx @@ -161,7 +161,7 @@ void DiagramData_oox::writeDiagramData(DrawingML& rOriginalDrawingML, sax_fastpa else { // for TextShapes it's more complex: this Node (rPoint) may be the - // Node holdig the text, but the XShape referencing it is associated + // Node holding the text, but the XShape referencing it is associated // with a Node that references this by using presAssocID. Use // getMasterXShapeForPoint that uses that association and try // to access the XShape containing the Text ModelData
