Created attachment 174112 [details] File to reproduce the problem Open attached file. It has a contour wrap on the shape in Word and shows contour wrap in LO too. Click the shape and change its wrap type to "wrap off". Save the document in docx format. Reopen. Error: The wrap is a contour wrap as in the beginning. The new wrap type "wrap off" has not been saved. Reason is a wrong order in the implementation. It currently first checks for a wrap polygon in the InteropGrabBag before evaluating the current wrap type.
I'm currently working on improving the export of wrap settings to docx. I will fix it together with the other problems. I have reported it to have a bug number for this error.
confir Version: 7.3.0.0.alpha0+ / LibreOffice Community Build ID: 36efb384a66b6dd645e0ae80fd7df68370a9dc8b CPU threads: 4; OS: Linux 5.11; UI render: default; VCL: gtk3 Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US Calc: threaded
The wrong wrap is fixed with https://git.libreoffice.org/core/commit/61ef73bb9e06ac7325abc26698314d7e35c164cc tdf#143432 and more, improve wrap contour export