svx/source/diagram/datamodel_svx.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 61fa083cdf12bb9540cff89a7e3dbe6b9f3ef1fe
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Thu Jan 22 16:06:31 2026 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Thu Jan 22 17:15:17 2026 +0100

    Fix typo
    
    Change-Id: I3726418b062f3141955d2714d56214603dda69aa
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197847
    Tested-by: Julien Nabet <[email protected]>
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/svx/source/diagram/datamodel_svx.cxx 
b/svx/source/diagram/datamodel_svx.cxx
index 0bdf354945c3..318ed2ec53e0 100644
--- a/svx/source/diagram/datamodel_svx.cxx
+++ b/svx/source/diagram/datamodel_svx.cxx
@@ -220,7 +220,7 @@ void Point::writeDiagramData(sax_fastparser::FSHelperPtr& 
rTarget)
         // be set there.
         // For now, just make a rough export to get this started. This will 
have to be enhanced in
         // the future, either by using XShape or by implementing exporting the 
raw MSO XML data we
-        // have here at the mnodel from import - which implies that that is 
what gets changed when
+        // have here at the model from import - which implies that this data 
is what gets changed when
         // text or textAttributes get changed, plus a re-creation of the 
XShapes in the GroupObject
         rTarget->startElementNS(XML_dgm, XML_t);
         rTarget->singleElementNS(XML_a, XML_bodyPr);

Reply via email to