diff options
-rw-r--r-- | oox/source/export/drawingml.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |