diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-03-01 17:45:59 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-03-01 19:22:40 +0100 |
commit | 2c5d4436f05ee99cf6937940f2010edf90e7f9e9 (patch) | |
tree | 46d613fb02ae2381a48e979504a63e0da54545b5 /oox | |
parent | e50f13c9947332639f455739c87213a954067299 (diff) |
Fix typos
Change-Id: I9a98bac7c570f25ff7d77df98e93aaeed2665038
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130720
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/diagram/diagramhelper.cxx | 2 | ||||
-rw-r--r-- | oox/source/drawingml/shape.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/drawingml/diagram/diagramhelper.cxx b/oox/source/drawingml/diagram/diagramhelper.cxx index 268c7bb43f71..6e24a955767d 100644 --- a/oox/source/drawingml/diagram/diagramhelper.cxx +++ b/oox/source/drawingml/diagram/diagramhelper.cxx @@ -184,7 +184,7 @@ void AdvancedDiagramHelper::doAnchor(SdrObjGroup& rTarget) if(pParentShape) { - // The oox::Shapes childs are not needed for holding the original data, + // The oox::Shapes children are not needed for holding the original data, // free that memory pParentShape->getChildren().clear(); } diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx index bd69137003ec..243a172e6e75 100644 --- a/oox/source/drawingml/shape.cxx +++ b/oox/source/drawingml/shape.cxx @@ -254,7 +254,7 @@ void Shape::migrateDiagramHelperToNewShape(ShapePtr& pTarget) if(pTarget->mpDiagramHelper) { - // this should no happen, bu if there is already a helper, clean it up + // this should no happen, but if there is already a helper, clean it up delete pTarget->mpDiagramHelper; pTarget->mpDiagramHelper = nullptr; } |