[Libreoffice-commits] core.git: sc/res

Yousuf Philips philipz85 at hotmail.com
Wed Oct 25 00:10:25 UTC 2017


 sc/res/xml/styles.xml |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 39d5a4136f8de0a9033a96cdbf23e04d2184e9b7
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Sun Oct 22 04:38:33 2017 +0400

    tdf#90937 Add hyperlink cell style
    
    Change-Id: Icbfc6d1c7ec5c64671025ce4c4f39f282d2edb08
    Reviewed-on: https://gerrit.libreoffice.org/43685
    Reviewed-by: Heiko Tietze <tietze.heiko at googlemail.com>
    Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>
    Tested-by: Yousuf Philips <philipz85 at hotmail.com>

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">


More information about the Libreoffice-commits mailing list