https://bugs.documentfoundation.org/show_bug.cgi?id=147760

            Bug ID: 147760
           Summary: DOCX export: Writer adds timestamps to the anonymized
                    tracked changes
           Product: LibreOffice
           Version: 7.4.0.0 alpha0+ Master
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
          Assignee: [email protected]
          Reporter: [email protected]

Description:
Track changes anonymized by MSO’s Document Inspector don't contain timestamps,
but Writer adds to them during its DOCX export. The redundant timestamps are
shown in Word as “1900. January 01.” (opening old LO export) or “1970. January
01.” (opening new LO export).

Steps to Reproduce:
1.Open test document
https://bugs.documentfoundation.org/attachment.cgi?id=130169 of
https://bugs.documentfoundation.org/show_bug.cgi?id=104797.
2.Export as DOCX.
3.Open the result in MSO.

Actual Results:
Writer exports unnecessary timestamps for anonymized changes.

Expected Results:
Writer don’t export unnecessary timestamp for anonymized changes.


Reproducible: Always


User Profile Reset: No



Additional Info:
DateTime attribute w:date is optional in w:ins/w:del according to the OOXML
standard. Not specified w:date was imported as invalid zero date
"0-00-00T00:00:00Z" resulting loss of change tracking data completely during an
ODF roundtrip. This invalid zero date has been imported as Epoch time
(1970-01-01) to avoid losing change tracking data since commit
2c51746997478ad5d0e7cc64aa6489769c473d43 (tdf#146171).

See also
https://bugs.documentfoundation.org/show_bug.cgi?id=146171

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to