oox/source/drawingml/diagram/datamodel_oox.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit abc62042a48ff8e1c4930f3942e7e4be11926fb0 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Jan 22 16:53:49 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Jan 22 17:11:02 2026 +0100 Fix typo Change-Id: I16695b158c00e3cf89ce628243256c3772cdc2cf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197854 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/oox/source/drawingml/diagram/datamodel_oox.cxx b/oox/source/drawingml/diagram/datamodel_oox.cxx index 9182de5057e4..b6aa85e7f01d 100644 --- a/oox/source/drawingml/diagram/datamodel_oox.cxx +++ b/oox/source/drawingml/diagram/datamodel_oox.cxx @@ -122,7 +122,7 @@ void DiagramData_oox::writeDiagramData(oox::core::XmlFilterBase& rFB, sax_fastpa // maybe that could be adapted for general use. // But there is DrawingML::WriteFill, that needs the XShape, sax_fastparser::FSHelper and a XmlFilterBase. We // can organize all that and then export from XShape model data. - // For The BGShape is is okay since in MSO Diagram data no shape for that exists anyways, it's just + // For The BGShape it is okay since in MSO Diagram data no shape for that exists anyways, it's just // FillAttributes and a XShape for BG needs to exist in DrawObject model anytime anyways, see // Diagram::createShapeHierarchyFromModel. This will also allow to use existing stuff like standard dialogs // and more for later offering changing the Background of a Diagram.
