oox/source/export/drawingml.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e4e2c842b7a9c2112e4ac2769efae16eaba45d8c
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Wed Feb 22 17:57:19 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Feb 22 16:58:01 2023 +0000

    Typo: interpets->interprets
    
    Change-Id: I9644a90a4dcbf1d207d7a7994eb9e79733eff0d7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147485
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx
index 7edbf8f17146..24463a2abf9d 100644
--- a/oox/source/export/drawingml.cxx
+++ b/oox/source/export/drawingml.cxx
@@ -3589,7 +3589,7 @@ void DrawingML::WriteText(const Reference<XInterface>& 
rXIface, bool bBodyPr, bo
                         && ( sPresetWarp == "textArchDown" || sPresetWarp == 
"textArchUp"
                             || sPresetWarp == "textButton" || sPresetWarp == 
"textCircle");
 
-    // Fontwork shapes in LO ignore insets in rendering, Word interpets them.
+    // Fontwork shapes in LO ignore insets in rendering, Word interprets them.
     if (GetDocumentType() == DOCUMENT_DOCX && bIsFontworkShape)
     {
         nLeft = 0;

Reply via email to