Created attachment 203572 [details] Sample DOCX Open the attached DOCX, a shortened version of forum-mso-en-863.docx, save it back to DOCX format, and try opening it in Word. => Word can't open the file cleanly. The document has a date field showing "Week #". When opened in Writer, this is shown as "30 december 1899", which is also a bug. This started from the following commit in 7.5, seems to be implementation error: https://git.libreoffice.org/core/commit/58002ab85d992c7ac44d8bb4d135246b67aa5cc7 author Miklos Vajna <vmiklos@collabora.com> Wed Oct 26 10:03:04 2022 +0200 committer Miklos Vajna <vmiklos@collabora.com> Wed Oct 26 10:47:59 2022 +0200 "sw content controls: enable data binding for date" Bug also seems similar to bug 168988, the immediate cause is actually the same, invalid 'w:fulldate' attribute: <w:date w:fullDate="Week #"> (spoiler alert: it's a different bug)