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

Mike Kaganski <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #10 from Mike Kaganski <[email protected]> ---
The problematic part is in MSWordExportBase::OutputTextNode. First, it takes
pRedlineData from SwWW8AttrIter (which extra data has a grab bag with the
properties); then it calls SwWW8AttrIter::OutAttr(), which also finds the same
grab bag, and outputs it; and then (back in MSWordExportBase::OutputTextNode) 
AttrOutput().EndRunProperties is called, which *may* output the redline with
the grab bag (creating the duplication). RtfAttributeOutput::EndRunProperties
doesn't output the redline data; so I'm not sure what to do here.

Michael: could you please take a look if you have any idea here?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to