diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2019-11-30 13:34:16 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2019-11-30 12:36:31 +0100 |
commit | 0090b4347539bd3e76f2f01bc249303d0eea5d40 (patch) | |
tree | a3adeb90ce4ed5195fdedb1ae6140bd5d5ada818 /source | |
parent | 9c555ed88af27d3187886cf8a2ae13936b62623d (diff) |
Make this example click-copyable
Change-Id: I38b1c3c4c5f086fcd7bea14c2f72392bba2c6102
Reviewed-on: https://gerrit.libreoffice.org/84114
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/01/04060109.xhp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/text/scalc/01/04060109.xhp b/source/text/scalc/01/04060109.xhp index 0c85494269..576dff2ea2 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"> |