diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-10-01 16:23:52 +0200 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-10-01 17:21:54 +0200 |
commit | 9166d7a0866c6187376b8f72e2b858fe161b8938 (patch) | |
tree | d17fbc4480160924735a4f9e6e221064265a129b /source | |
parent | a9deae83c3b11cdb138069b97f3cd6111ff6a19f (diff) |
move links to related topics in Bullets and Numbering help page
- moved two links (from 15 years ago) from the top of the page
into the "related topics" section
- took "Reset" control out of Writer-only switch
- added "Related topics" section for Draw and Impress, including
the relevant embedded link
Change-Id: I3a38668f125f2d142601d47c767f89c7d7cf2329
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/103664
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
Diffstat (limited to 'source')
-rw-r--r-- | source/text/shared/01/06050000.xhp | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/source/text/shared/01/06050000.xhp b/source/text/shared/01/06050000.xhp index 48ba0a1a3e..935d95ee84 100644 --- a/source/text/shared/01/06050000.xhp +++ b/source/text/shared/01/06050000.xhp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> - <!-- * This file is part of the LibreOffice project. * @@ -40,8 +39,6 @@ <section id="howtoget"> <embed href="text/shared/00/00040500.xhp#numauf"/> </section> -<embed href="text/swriter/guide/using_numbering.xhp#using_numbering"/> -<embed href="text/shared/guide/numbering_stop.xhp#numbering_stop"/> <paragraph role="paragraph" id="par_id3145211" xml-lang="en-US">The <emph>Bullets and Numbering</emph> dialog has the following tabs:</paragraph> <embed href="text/shared/01/06050100.xhp#bullets"/> <embed href="text/shared/01/06050200.xhp#numerierungsart"/> @@ -54,10 +51,21 @@ <case select="WRITER"> <h2 id="hd_id3154984">Remove</h2> <paragraph role="paragraph" id="par_id3153031" xml-lang="en-US"><ahelp hid="HID_NUM_RESET">Removes the numbering or bullets from the current paragraph or from the selected paragraphs.</ahelp></paragraph> +</case> +</switch> <embed href="text/shared/00/00000001.xhp#zurueck2"/> +<switch select="appl"> +<case select="CALC"></case> +<default> <section id="relatedtopics"> -<embed href="text/swriter/guide/auto_numbering.xhp#auto_numbering"/> +<embed href="text/shared/guide/numbering_stop.xhp#numbering_stop"/> </section> +</default> +</switch> +<switch select="appl"> +<case select="WRITER"> +<embed href="text/swriter/guide/auto_numbering.xhp#auto_numbering"/> +<embed href="text/swriter/guide/using_numbering.xhp#using_numbering"/> </case> </switch> </body> |