svx/source/diagram/datamodel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8672f8961d6caac24aafa3b67248774d2c24a46a Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Dec 10 20:34:51 2025 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Fri Dec 12 09:40:48 2025 +0100 Fix typo Change-Id: I187505dbddaba57e8d3c08cca6ab67672e579ca7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195404 Reviewed-by: Simon Chenery <[email protected]> Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/svx/source/diagram/datamodel.cxx b/svx/source/diagram/datamodel.cxx index 02fea52cf493..55391c51d239 100644 --- a/svx/source/diagram/datamodel.cxx +++ b/svx/source/diagram/datamodel.cxx @@ -496,7 +496,7 @@ void DiagramData::buildDiagramDataModel(bool /*bClearOoxShapes*/) bool DiagramData::TextInformationChange(const OUString& rDiagramDataModelID, Outliner& rOutl) { - // try to get the Point fo rthe associated ID + // try to get the Point for the associated ID const auto pDataNode = maPointNameMap.find(rDiagramDataModelID); if (pDataNode == maPointNameMap.end()) return false;
