https://issues.apache.org/ooo/show_bug.cgi?id=123988
--- Comment #2 from svanteschubert <[email protected]> --- Hi Edwin, please take a look into the ODF ZIP at the content.xml file. <text:p text:style-name="Standard">He<text:a xlink:type="simple" xlink:href="http://www.heise.de/">llo Wor</text:a>ld!</text:p> text:p is a paragraph and text:a is the anhor and there is not explicit style being given via a text:style-name attribute as for the paragraph. Still this is possible (see the text:style-name, in the ODF 1.2 XML schema from http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-schema.rng line 1985). The usage of the template style "Internet_20_link" from the styles.xml (proofed by changing the color - e.g. I did it by using JEdit with archive extension) should be made explicit, so every ODF application can show the correct style. The ODF 1.2 standard does not mention the used implicit dependency, see docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html BTW MSO15 is MS Office 2013. ;) -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
