https://bugs.documentfoundation.org/show_bug.cgi?id=167761
Bug ID: 167761
Summary: ODT filter: format redline char properties are lost
Product: LibreOffice
Version: 25.8.0.0 alpha0+
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Created attachment 202123
--> https://bugs.documentfoundation.org/attachment.cgi?id=202123&action=edit
Minimal reproducer
Steps to reproduce the problem:
1) Open the attached docx file
2) Go inside "test" with the cursor, click reject, font size reduces from 36pt
to 24pt (doc default font size is 12pt), good.
3) Undo, save as ODT, file -> reload
4) Reject the format redline again
Expected result: font size is again 24pt
Actual result: font size is 12pt
Probably this happens because SwRedlineExtraData_FormatColl's m_pSet is not
serialized to ODF, it's not even part of the char autoformats of the document.
--
You are receiving this mail because:
You are the assignee for the bug.