diff options
author | Olivier Hallot <ohallot@collabora.co.uk> | 2016-02-13 06:41:21 -0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-02-18 09:28:05 +0000 |
commit | 81aeff99e0dc94adbee9f0568d636350616ca29b (patch) | |
tree | b71d1142816ec4083a64aefe47e7a73ddd22d5fb | |
parent | 9f126548f1640b34521037502dc7a1bc0d0d3094 (diff) |
tdf#97818 "Add a link here -->" in the wikihelp
It does not show in the local help, so it is a help-to-wiki
converter issue.
Moved <comment></comment> on its own line and out of the <paragraph>
in an attempt to ease the wiki converter.
But I can't test in the wiki.
Change-Id: I57bd988de80dd325004eb21ea9f4e256055fb0fe
Reviewed-on: https://gerrit.libreoffice.org/22341
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | source/text/scalc/01/04060106.xhp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source/text/scalc/01/04060106.xhp b/source/text/scalc/01/04060106.xhp index 35112f12a2..b55b6fd9a7 100644 --- a/source/text/scalc/01/04060106.xhp +++ b/source/text/scalc/01/04060106.xhp @@ -552,8 +552,8 @@ </bookmark> <comment>mw added one entry</comment> <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_KOMBINATIONEN" id="bm_id3155077" localize="false"/> - -<paragraph id="hd_id3155802" role="heading" level="2" xml-lang="en-US">COMBIN<comment>should be statistical-->add a link there</comment></paragraph> +<comment>should be statistical-->add a link there</comment> +<paragraph id="hd_id3155802" role="heading" level="2" xml-lang="en-US">COMBIN</paragraph> <paragraph id="par_id3156172" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_KOMBINATIONEN">Returns the number of combinations for elements without repetition.</ahelp></paragraph> <paragraph id="hd_id3156193" role="heading" level="3" xml-lang="en-US">Syntax</paragraph> @@ -574,8 +574,8 @@ </bookmark> <comment>mw added one entry</comment> <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_KOMBINATIONEN2" id="bm_id3150295" localize="false"/> - -<paragraph id="hd_id3150284" role="heading" level="2" xml-lang="en-US">COMBINA<comment>should be statistical-->add a link there</comment></paragraph> +<comment>should be statistical-->add a link there</comment> +<paragraph id="hd_id3150284" role="heading" level="2" xml-lang="en-US">COMBINA</paragraph> <paragraph id="par_id3157894" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_KOMBINATIONEN2">Returns the number of combinations of a subset of items including repetitions.</ahelp></paragraph> <paragraph id="hd_id3145752" role="heading" level="3" xml-lang="en-US">Syntax</paragraph> @@ -1517,4 +1517,4 @@ </section> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |