oox/source/drawingml/diagram/diagram.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 61f1a311ee174ee115af73a653b36ff62fa5dda0 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Jun 2 01:23:28 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Jun 2 09:09:11 2024 +0200 Fix typo Change-Id: I3d86a73b9bf74256337243d99677295317e5eafc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168338 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/oox/source/drawingml/diagram/diagram.cxx b/oox/source/drawingml/diagram/diagram.cxx index ccff952e0576..fb3c9a0f3b8f 100644 --- a/oox/source/drawingml/diagram/diagram.cxx +++ b/oox/source/drawingml/diagram/diagram.cxx @@ -425,7 +425,7 @@ void loadDiagram( ShapePtr const & pShape, // just create the BackgroundShape. // NOTE: Need to use pShape->getExtDrawings() here, this is the // already *filtered* version, see usage of DiagramShapeCounter - // above. Moving to local bool, there might more coditions show + // above. Moving to local bool, there might more conditions show // up const bool bCreate(pShape->getExtDrawings().empty()); pDiagram->addTo(pShape, bCreate);