source/text/scalc/01/04060109.xhp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 0090b4347539bd3e76f2f01bc249303d0eea5d40
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Sat Nov 30 13:34:16 2019 +0200
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Sat Nov 30 12:36:31 2019 +0100

    Make this example click-copyable
    
    Change-Id: I38b1c3c4c5f086fcd7bea14c2f72392bba2c6102
    Reviewed-on: https://gerrit.libreoffice.org/84114
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/source/text/scalc/01/04060109.xhp 
b/source/text/scalc/01/04060109.xhp
index 0c8549426..576dff2ea 100644
--- a/source/text/scalc/01/04060109.xhp
+++ b/source/text/scalc/01/04060109.xhp
@@ -518,7 +518,8 @@
             <item type="input">=HYPERLINK("http://www.example.org";)</item> 
displays the text "http://www.example.org"; in the cell and executes the 
hyperlink http://www.example.org when clicked.</paragraph>
          <paragraph xml-lang="en-US" id="par_idN1182A" role="paragraph">
             <item type="input">=HYPERLINK("http://www.example.org";"Click 
here")</item> displays the text "Click here" in the cell and executes the 
hyperlink http://www.example.org when clicked.</paragraph>
-         <paragraph xml-lang="en-US" id="par_id0907200912224534" 
role="paragraph">=HYPERLINK("http://www.example.org";12345) displays the number 
12345 and executes the hyperlink http://www.example.org when 
clicked.</paragraph>
+         <paragraph xml-lang="en-US" id="par_id0907200912224534" 
role="paragraph">
+            <item 
type="input">=HYPERLINK("http://www.example.org";12345)</item> displays the 
number 12345 and executes the hyperlink http://www.example.org when 
clicked.</paragraph>
          <paragraph xml-lang="en-US" id="par_idN1182D" role="paragraph">
             <item type="input">=HYPERLINK($B4)</item> where cell B4 contains 
<item type="input">http://www.example.org</item>. The function adds 
http://www.example.org to the URL of the hyperlink cell and returns the same 
text which is used as formula result.</paragraph>
          <paragraph xml-lang="en-US" id="par_idN11830" role="paragraph">
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to