oox/source/drawingml/diagram/diagramhelper_oox.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c81598ec472570669cc579a400479c5df41e2846 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Jan 28 16:41:18 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Jan 28 18:14:02 2026 +0100 Fix typo Change-Id: I1e8c273902401a73fd7056b4c35e1cb42b0e3f78 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198322 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/oox/source/drawingml/diagram/diagramhelper_oox.cxx b/oox/source/drawingml/diagram/diagramhelper_oox.cxx index 4957434c7fb8..2520f5a4a309 100644 --- a/oox/source/drawingml/diagram/diagramhelper_oox.cxx +++ b/oox/source/drawingml/diagram/diagramhelper_oox.cxx @@ -93,7 +93,7 @@ void DiagramHelper_oox::reLayout() pShapePtr->setDiagramType(); pShapePtr->setSize(maImportSize); - // remember exsiting DrawingLayerModelData. Do this before createShapeHierarchyFromModel + // remember existing DrawingLayerModelData. Do this before createShapeHierarchyFromModel // below, that will create a new BackgroundShapeModelID and the BGShape would // be missing. // Also important is to do this as XShapes, the content of the Group will delete the
