oox/source/drawingml/diagram/diagramlayoutatoms.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 119315cd33827818bfbf81efef8754852aa03aa1 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Mar 3 18:09:12 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Mar 4 09:25:19 2026 +0100 Fix typo Change-Id: I6b3f1e5b51062f12796bfd85bd2bfab8a8895b47 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200900 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/oox/source/drawingml/diagram/diagramlayoutatoms.hxx b/oox/source/drawingml/diagram/diagramlayoutatoms.hxx index d4586586a828..5053a8174bae 100644 --- a/oox/source/drawingml/diagram/diagramlayoutatoms.hxx +++ b/oox/source/drawingml/diagram/diagramlayoutatoms.hxx @@ -306,7 +306,7 @@ public: // just to make sure that those members of SmartArtDiagram& will // reference the correct - newly created - SmartArtDiagram. // That again would have been hard to keep under control due to -// LayoutNodes hosting a full hierarchy of LayoutNodes in it's base +// LayoutNodes hosting a full hierarchy of LayoutNodes in its base // class LayoutAtom, so complicated deep-copy and need of virtual Clone // method at LayoutAtom to do the right thing for all eight derivations // of it. @@ -316,7 +316,7 @@ public: // used (in some ForEach manner) to create the shapes, so does not // need to be changed itself. // It gets now just additionally referenced by the SmartArtDiagram copy -// costructor. That is for non-deep copy/paste where this copy operator +// constructor. That is for non-deep copy/paste where this copy operator // is used. // For deep copy the SmartArtDiagram constructor with import from // boost::property_tree has to be used which will have to re-import
