https://bugs.documentfoundation.org/show_bug.cgi?id=165896
--- Comment #10 from BogdanB <[email protected]> --- Yes, now I have seen the text ---- <?xml version="1.0" encoding="UTF-8"?> <office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" office:version="1.4" office:mimetype="application/vnd.oasis.opendocument.text"> <office:automatic-styles> <style:style style:name="T1" style:family="text"> <style:text-properties loext:opacity="100%"/> </style:style> </office:automatic-styles> <office:body> <office:text> <text:p>Visible <text:span text:style-name="T1">invisible</text:span></text:p> </office:text> </office:body> </office:document> ---- But, I had 2 clues that were indicating direct formatting: - click on "Invisible" and choose the font color: it is already white. - click on Style inspector, Char color: 0xffffff Sorry, but this is how things looks like at the first sight. -- You are receiving this mail because: You are the assignee for the bug.
