[Libreoffice-bugs] [Bug 133377] FILEOPEN DOCX: Date Document properties mangled during FileOpen/FileSave using Word 2007-365 .docx format
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Oct 16 14:21:06 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=133377
Bartosz <gang65 at poczta.onet.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gang65 at poczta.onet.pl
Status|NEW |ASSIGNED
--- Comment #12 from Bartosz <gang65 at poczta.onet.pl> ---
The date in custom.xml is saved in different order by LibreOffice.
It is saved:
<property fmtid="{D5CDD505-2E9C-101B-9397-08002B2CF9AE}" pid="3"
name="DocReleasedDate">
<vt:filetime>20-10-2017T00:00:00Z</vt:filetime>
</property>
and it should be:
<property fmtid="{D5CDD505-2E9C-101B-9397-08002B2CF9AE}" pid="3"
name="DocReleasedDate">
<vt:filetime>2017-10-20T00:00:00Z</vt:filetime>
</property>
After manual fixing everything is opening smoothly.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201016/a5da313d/attachment.htm>
More information about the Libreoffice-bugs
mailing list