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

New commits:
commit 94a1d9a4c17e5d578e10eee1a7f14a604305209e
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Wed Feb 22 15:50:23 2023 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Feb 22 15:51:02 2023 +0000

    Revert "Fix typo"
    
    This reverts commit 2ef3c9bd49262f8e3875d0b829674d5487e5bea1.
    
    Reason for revert: inset is correct (see Regina's comment in 
https://gerrit.libreoffice.org/c/core/+/147476)
    
    Change-Id: I378422918c621c43f74260f244843a3246464103
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147439
    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 73987f35210e..7edbf8f17146 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 inserts in rendering, Word interprets them.
+    // Fontwork shapes in LO ignore insets in rendering, Word interpets them.
     if (GetDocumentType() == DOCUMENT_DOCX && bIsFontworkShape)
     {
         nLeft = 0;

Reply via email to