https://bugs.documentfoundation.org/show_bug.cgi?id=108170
Regina Henschel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTABUG CC| |[email protected] Status|NEW |RESOLVED --- Comment #11 from Regina Henschel <[email protected]> --- That is not a bug. The style of a hyperlink is set by the text:style-name attribute of the <text:a> element. Thus the text itself has no character style assigned. The styles of a hyperlink are in the API in attributes "UnvisitedCharStyleName" and "VisitedCharStyleName" of service CharacterProperties. It is possible in ODF to style the text that is child of the hyperlink. You can do that in LibreOffice, but that is not rendered. However, that is already tracked in bug 62622. You can use an arbitrary character style for the hyperlink in ODF. But LibreOffice has no user-interface for that. LibreOffice renders it correctly, if you manually change the text:style-name attribute of the <text:a> element in the file markup. However, that is already tracked in bug 69565. -- You are receiving this mail because: You are the assignee for the bug.
