diff options
Diffstat (limited to 'sc/res/xml')
-rw-r--r-- | sc/res/xml/styles.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/res/xml/styles.xml b/sc/res/xml/styles.xml index 38878f777701..07a87fd69fac 100644 --- a/sc/res/xml/styles.xml +++ b/sc/res/xml/styles.xml @@ -18,6 +18,9 @@ <style:style style:name="Footnote" style:family="table-cell" style:parent-style-name="Text"> <style:text-properties fo:color="#808080" fo:font-style="italic"/> </style:style> + <style:style style:name="Hyperlink" style:family="table-cell" style:parent-style-name="Text"> + <style:text-properties fo:color="#0000ee" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color"/> + </style:style> <style:style style:name="Status" style:family="table-cell" style:parent-style-name="Default"/> <style:style style:name="Good" style:family="table-cell" style:parent-style-name="Status"> |