https://bugs.documentfoundation.org/show_bug.cgi?id=78509

Yousuf (Jay) Philips <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |NEW
                 CC|                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected]
            Version|3.6.7.2 release             |Inherited From OOo
         Resolution|NOTABUG                     |---

--- Comment #8 from Yousuf (Jay) Philips <[email protected]> ---
Reopening as this is a LO bug that is also in AOO and is broken somewhere at
the import level.

So the hyperlinks claim to be assigned to the "Default Paragraph Font >
Hyperlink" character style which is "Blue 3" (#0000ff), but in actuality they
are assigned to the "Internet Link" character style which is "Sky Blue 6"
(#000080).

Sample ODF code

<text:span
text:style-name="T5">http://blogs.msdn.com/b/officeinteroperability/archive/2013/04/04/microsoft-support-for-pdf.aspx</text:span>

<style:style style:name="T5" style:parent-style-name="Hyperlink"
style:family="text"><style:text-properties style:font-size-complex="12pt"
/></style:style>

<style:style style:name="Hyperlink" style:display-name="Hyperlink"
style:family="text"
style:parent-style-name="DefaultParagraphFont"><style:text-properties
fo:color="#0000FF" style:text-underline-type="single"
style:text-underline-style="solid" style:text-underline-width="auto"
style:text-underline-mode="continuous" style:text-underline-color="font-color"
/></style:style>

<style:style style:name="DefaultParagraphFont" style:display-name="Default
Paragraph Font" style:family="text" />

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to