Created attachment 173372 [details] Document with contour wrap "WrapTight" Open attached file and compare it with rendering in Word. In Word the indentation of the shape is not filled with characters, but in LibreOffice. Open dialog "Wrap". Notice, that the option "Outside only" is not checked. When you check it, you get the same rendering as in Word. Word has the two contour wrap kinds "wrapTight" and "wrapThrough". "wrapTight" does not fill indentations of the shape. "wrapTight" corresponds to the properties "SurroundContour=True" and "ContourOutside=True". "wrapThrough" corresponds to the properties "SurroundContour=True" and "ContourOutside=False". You can examine the shape properties with the new 'Developer Tools'.
Created attachment 173373 [details] Screenshot Writer and Word
Patch is in https://gerrit.libreoffice.org/c/core/+/118456
Regina Henschel committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/72541a46aa26194b751785cd56185c8d3db0c9e9 tdf#143208 set property ContourOutside in docx import It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.