diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-03-11 12:32:42 +0000 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-03-11 12:49:50 +0000 |
commit | 4d9276a7ac8d9ecce1b0b1bce75a232e3b043a95 (patch) | |
tree | c661a7bea8b6578672e7dc21f9bb4d8f3de86d17 | |
parent | b6d4faa7e677a53d4bd36c44778d87e51bd206c8 (diff) |
tdf#154132 add "Index (user-defined)" as "related topic"
add variable to <h1> for Index (user-defined) and then
embed as related topic to Index (table of contents).
Also add variable to <h1> for Index (table of contents),
along with a (table of contents) identifier.
Change-Id: Ide3fe657093c00d0470dee0f55b67d80a25c9ed9
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148696
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
-rw-r--r-- | source/text/swriter/01/04120211.xhp | 7 | ||||
-rw-r--r-- | source/text/swriter/01/04120215.xhp | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/source/text/swriter/01/04120211.xhp b/source/text/swriter/01/04120211.xhp index 59ecebe325..6a79c3760c 100644 --- a/source/text/swriter/01/04120211.xhp +++ b/source/text/swriter/01/04120211.xhp @@ -20,14 +20,14 @@ <meta> <topic id="textswriter0104120211xml" indexer="include" status="PUBLISH"> - <title xml-lang="en-US" id="tit">Index</title> + <title xml-lang="en-US" id="tit">Index (table of contents)</title> <filename>/text/swriter/01/04120211.xhp</filename> </topic> </meta> <body> <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/tocindexpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/> <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/tocindexpage/TocIndexPage" id="bm_id3145247" localize="false"/> -<h1 id="hd_id3150018"><link href="text/swriter/01/04120211.xhp">Index</link></h1> +<h1 id="hd_id3150018"><variable id="toc"><link href="text/swriter/01/04120211.xhp">Index (table of contents)</link></variable></h1> <paragraph xml-lang="en-US" id="par_id3150570" role="paragraph"><variable id="verzeichnis">The following options are available when you select <emph>Table of Contents </emph>as the <link href="text/swriter/01/04120210.xhp">index</link> type. </variable></paragraph> <section id="howtoget"> @@ -77,5 +77,8 @@ <h3 id="hd_id3151374">Index entries</h3> <paragraph xml-lang="en-US" id="par_id3155861" role="paragraph"><ahelp hid="modules/swriter/ui/tocindexpage/indexmarks">Choose this option to include index entries inserted in the document with <menuitem>Insert - Table of Contents and Index - Index Entry</menuitem> in the generated index.</ahelp></paragraph> </section> +<section id="relatedtopics"> +<embed href="text/swriter/01/04120215.xhp#userdefined"/> +</section> </body> </helpdocument> diff --git a/source/text/swriter/01/04120215.xhp b/source/text/swriter/01/04120215.xhp index 55aec9b231..de48bea94f 100644 --- a/source/text/swriter/01/04120215.xhp +++ b/source/text/swriter/01/04120215.xhp @@ -28,7 +28,7 @@ </history> </meta> <body> -<h1 id="hd_id3150568"><link href="text/swriter/01/04120215.xhp">Index (user-defined)</link></h1> +<h1 id="hd_id3150568"><variable id="userdefined"><link href="text/swriter/01/04120215.xhp">Index (user-defined)</link></variable></h1> <paragraph role="paragraph" id="par_id3151183"> <variable id="verzeichnis">The following options are available when you select <emph>User-Defined </emph>as the <link href="text/swriter/01/04120210.xhp">index</link> type. </variable></paragraph> |