Created attachment 201607 [details] Minimal example from Word 2013 This is minimized from bug 41557 attachment 55096 [details] When the attached file is saved as docx in Writer and the resulting file is opened in Word, the date picker content control shows the default "Pick the date" placeholder instead of the date set in the original file. 1. Open attached file 2. Save as docx (2007 or 2010 version makes no difference) 3. Open the saved file in Word -> Date picker shows the "Pick the date" default placeholder instead of what was shown in the original file (5/3/2010) Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: e7201fd7c51743cb103bae82263d98830f5174cf CPU threads: 14; OS: Windows 10 X86_64 (build 19045); UI render: Skia/Raster; VCL: win Locale: de-DE (hu_HU); UI: en-US Calc: threaded Seems to have started in 7.4, with this innocent looking commit: https://cgit.freedesktop.org/libreoffice/core/commit/?id=fafe00bb7d72d6d4bec663b40a4cd92e50f33f0f author Caolán McNamara <caolanm@redhat.com> 2022-08-06 15:35:29 +0100 committer Xisco Fauli <xiscofauli@libreoffice.org> 2022-08-08 11:21:00 +0200 commit fafe00bb7d72d6d4bec663b40a4cd92e50f33f0f (patch) crashtesting: keep a reference to the passed in LibXSLTTransformer
Created attachment 201608 [details] How the original and the Writer-saved version looks in Word 2013
This got fixed by the following commit: https://git.libreoffice.org/core/commit/e12c061dbf1330b00cdc73b7691171b6af883764 author Justin Luth <justin.luth@collabora.com> Thu Feb 12 16:40:44 2026 -0500 committer Justin Luth <justin.luth@collabora.com> Fri Feb 13 02:07:13 2026 +0100 "tdf#169101 docx export: create a _rels for customXml/item1.xml" Bug 164694 was a similar issue, kind of duplicate, but that one exhibits a regression while this doesn't, so I'm just closing this one as fixed.