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