[Libreoffice-bugs] [Bug 118237] FILESAVE DOCX w:themeColor and w:themeShade attributes get duplicated inside w:color tag
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Jun 25 06:56:26 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=118237
Mike Kaganski <mikekaganski at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |michael.stahl at cib.de
--- Comment #10 from Mike Kaganski <mikekaganski at hotmail.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180625/42f437ee/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list