diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-06-16 16:33:00 +0200 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-06-19 13:43:00 +0200 |
commit | d188c4d9e6f35d85346157dd2842890d452738e5 (patch) | |
tree | fc0e2314ffc31b3b0528df1e18ecda9ffd4e7b57 | |
parent | b04f58a83f65d5e5874ece365606935fd31b264f (diff) |
tdf#146762, tdf#141128 correction for new tab insert behavior
tdf#146762 eliminated the possibility to insert a tab at the beginning
of a list paragraph. This patch updates the help instructions about how
to insert a tab at the beginning of a list paragraph.
Change-Id: I5d8475cc01a29dd0e73900d587900a7daac9e776
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135988
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
(cherry picked from commit ccf86626a70ee1c7c3b0f3b94a4406328b8116fe)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136117
-rw-r--r-- | source/text/swriter/guide/insert_tab_innumbering.xhp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/text/swriter/guide/insert_tab_innumbering.xhp b/source/text/swriter/guide/insert_tab_innumbering.xhp index 6d0fb9b61b..0d90103823 100644 --- a/source/text/swriter/guide/insert_tab_innumbering.xhp +++ b/source/text/swriter/guide/insert_tab_innumbering.xhp @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> <!-- * This file is part of the LibreOffice project. * @@ -17,7 +18,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<helpdocument version="1.0"> <meta> <topic id="textswriterguideinsert_tab_innumberingxml" indexer="include" status="PUBLISH"> <title id="tit" xml-lang="en-US">Changing the List Level of a List Paragraph</title> @@ -48,12 +48,13 @@ <paragraph role="listitem" id="par_id3155859" xml-lang="en-US">To move a numbered or bulleted list paragraph up one list level, click at the beginning of the paragraph, and then press <keycode>Shift+Tab</keycode>.</paragraph> </listitem> <listitem> - <paragraph role="listitem" id="par_id3153403" xml-lang="en-US">To insert a tab between the number or bullet and the paragraph text, click at the beginning of the paragraph, and then press <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Tab</keycode>.</paragraph> + <paragraph role="listitem" id="par_id3153403" xml-lang="en-US">To insert a tab between the number or bullet and the paragraph text for all list paragraphs at a given list level, use the <menuitem>Numbering followed by</menuitem> option in the <link href="text/shared/01/06050600.xhp" name="Position"><menuitem>Position</menuitem></link> tab in the <menuitem>Bullets and Numbering</menuitem> dialog. For an individual list paragraph, a tab can be copied and then pasted at the beginning of the list paragraph.</paragraph> </listitem> </list> </section> <section id="relatedtopics"> <embed href="text/swriter/guide/chapter_numbering.xhp#chapter_numbering"/> + <embed href="text/shared/01/06050600.xhp#positionh1"/> </section> </body> </helpdocument> |