diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2020-12-27 22:21:37 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-12-28 02:09:10 +0100 |
commit | 2d25728791cda5d7cc9ddc0b38915977a00c6d11 (patch) | |
tree | 2c255c18abe8aa35a3499de04386a338f58e302c | |
parent | eec60108b90928b81d094f7f37250164467d8cd6 (diff) |
use proper steps order in setting of custom style of headings
the style has to be selected after heading level has been chosen
Change-Id: I9deb475ca3bae55ed5683b583d3785759fee110e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/108386
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | source/text/swriter/guide/chapter_numbering.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/swriter/guide/chapter_numbering.xhp b/source/text/swriter/guide/chapter_numbering.xhp index aaa45f0b38..36c8ef4bb5 100644 --- a/source/text/swriter/guide/chapter_numbering.xhp +++ b/source/text/swriter/guide/chapter_numbering.xhp @@ -72,10 +72,10 @@ <paragraph id="par_id3155571" role="listitem" xml-lang="en-US">Choose <item type="menuitem">Tools - Chapter Numbering</item>, and then click the <item type="menuitem">Numbering</item> tab.</paragraph> </listitem> <listitem> - <paragraph id="par_id3147758" role="listitem" xml-lang="en-US">Select the custom style in the <emph>Paragraph Style</emph> box.</paragraph> + <paragraph id="par_id3147782" role="listitem" xml-lang="en-US">Click the heading level that you want to assign to the custom paragraph style in the <item type="menuitem">Level</item> list.</paragraph> </listitem> <listitem> - <paragraph id="par_id3147782" role="listitem" xml-lang="en-US">Click the heading level that you want to assign to the custom paragraph style in the <item type="menuitem">Level</item> list.</paragraph> + <paragraph id="par_id3147758" role="listitem" xml-lang="en-US">Select the custom style in the <emph>Paragraph Style</emph> box.</paragraph> </listitem> <listitem> <paragraph id="par_id3147808" role="listitem" xml-lang="en-US">Click <emph>OK</emph>.</paragraph> |