diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-10-22 04:38:33 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2017-10-25 02:10:01 +0200 |
commit | 39d5a4136f8de0a9033a96cdbf23e04d2184e9b7 (patch) | |
tree | f02fb09bf8335c60d392df8c81ff457a85cd2bb2 /sc/res/xml | |
parent | adbeb6d1f1268eca2c6eec57e8168b9322c5ebfd (diff) |
tdf#90937 Add hyperlink cell style
Change-Id: Icbfc6d1c7ec5c64671025ce4c4f39f282d2edb08
Reviewed-on: https://gerrit.libreoffice.org/43685
Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
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"> |