oox/source/drawingml/diagram/diagram.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 384519540873571e1d1175a0897394b7795b01b9 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Feb 19 08:24:37 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Feb 26 18:27:58 2026 +0100 Fix typo Change-Id: I951dce78715df6ece1004fda5735c4fc235b8da1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199686 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins Reviewed-by: Simon Chenery <[email protected]> diff --git a/oox/source/drawingml/diagram/diagram.cxx b/oox/source/drawingml/diagram/diagram.cxx index 3656e8705c44..3301d1695c32 100644 --- a/oox/source/drawingml/diagram/diagram.cxx +++ b/oox/source/drawingml/diagram/diagram.cxx @@ -154,7 +154,7 @@ void SmartArtDiagram::createShapeHierarchyFromModel( const ShapePtr & pParentSha pBackground->setSize(pParentShape->getSize()); if (mpData->getBackgroundShapeFillProperties()) pBackground->getFillProperties() = *mpData->getBackgroundShapeFillProperties(); - // MoveProtect/SizeProtect..? Keep for now, but mnay be removed + // MoveProtect/SizeProtect..? Keep for now, but may be removed // when IA needs change - the Diagram will be a closed GroupObject. // If it gets 'broken' (un-grouped) the BGShape will keep that attributes, // despite main reason to break that Diagram is probably to edit it.
