https://bugs.documentfoundation.org/show_bug.cgi?id=172849
--- Comment #4 from BogdanB <[email protected]> --- This is before and after the replacement BEFORE ---- <style:text-properties fo:font-style="italic" officeooo:rsid="000f3347" officeooo:paragraph-rsid="000f3347" fo:background-color="#ff420e" style:font-style-asian="italic" style:font-style-complex="italic"/> ---- AFTER --- <style:text-properties fo:font-style="italic" fo:font-weight="bold" officeooo:rsid="000f3347" officeooo:paragraph-rsid="000f3347" fo:background-color="#ff420e" style:font-style-asian="italic" style:font-style-complex="italic"/></style:style> <style:style style:name="T1" style:family="text"><style:text-properties fo:font-weight="bold"/> --- It confirms that replace is not a real replacement, just a find and add a new attribute. But we find a new T1 added here with the second bold replacement. -- You are receiving this mail because: You are the assignee for the bug.
