diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2022-01-06 21:43:47 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-01-07 15:58:06 +0100 |
commit | c5aa1b0f8efcfb5e4963af8ce667ccb5866fc317 (patch) | |
tree | e855feb7b9cdf5fab9d5e8d38b54219829a5b8ff /source/text | |
parent | 16edeee7671a4dcbc23180e0d1829cbc1fbf2e92 (diff) |
tdf#97674 Add information on how to remove protection from a section
This patch adds detailed information on how to remove protection from a section. It also adds bookmarks so that when the user presses F1 in the warning message, the appropriate help page is shown.
Change-Id: Ie4c310375995ce56e7e0153255ab8366b16dc532
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128068
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text')
-rw-r--r-- | source/text/swriter/guide/section_edit.xhp | 33 |
1 files changed, 31 insertions, 2 deletions
diff --git a/source/text/swriter/guide/section_edit.xhp b/source/text/swriter/guide/section_edit.xhp index d250579d24..2c937b8fbd 100644 --- a/source/text/swriter/guide/section_edit.xhp +++ b/source/text/swriter/guide/section_edit.xhp @@ -52,8 +52,6 @@ <paragraph xml-lang="en-US" id="par_id3153397" role="listitem">Do one of the following:</paragraph> </listitem> </list> - - <list type="unordered"> <listitem> <paragraph role="listitem" id="par_id3153120" xml-lang="en-US">To convert a section into normal text, click <emph>Remove</emph>.</paragraph> @@ -61,12 +59,43 @@ <listitem> <paragraph role="listitem" id="par_id3149631" xml-lang="en-US">To make a section read-only, select the <emph>Protected</emph> check box in the <emph>Write Protection</emph> area.</paragraph> </listitem> + <listitem> + <paragraph id="par_id731641553483773" role="listitem">Add an optional protection password. The password can be empty and no password will be required to remove protection. If the password is not empty, it will be required to unprotect the section.</paragraph> + </listitem> <listitem> <paragraph role="listitem" id="par_id3149609" xml-lang="en-US">To hide a section, select the <emph>Hide</emph> check box in the <emph>Hide</emph> area.</paragraph> </listitem> </list> <comment>removed ordered list with startvalue 4, not sure if such a list will survive all transformations</comment> + <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/inforeadonlydialog/messagedialog-vbox" id="bm_id661641501152898" localize="false"/> + <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/inforeadonlydialog/messagedialog-action_area" id="bm_id661641501152876" localize="false"/> + <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/inforeadonlydialog/@@nowidget@@" id="bm_id661641501152125" localize="false"/> + <bookmark xml-lang="en-US" branch="index" id="bm_id421641501464020"> + <bookmark_value>Read-only contents;editing</bookmark_value> + <bookmark_value>Protect section;removing</bookmark_value> + </bookmark> + <h2 id="hd_id641641501024846">Editing Read-Only Contents</h2> + <paragraph role="paragraph" id="par_id841641501075965">A warning message is displayed if you try to edit protected sections.</paragraph> + <paragraph role="paragraph" id="par_id531641501248838">To remove protection of a section, do the following:</paragraph> + <list type="ordered"> + <listitem> + <paragraph id="par_id681641501272982" role="listitem">Choose <link href="text/swriter/01/02170000.xhp" name="Format - Sections"><menuitem>Format - Sections</menuitem></link>.</paragraph> + </listitem> + <listitem> + <paragraph id="par_id861641501273184" role="listitem">Select the section to unprotect in the <menuitem>Section</menuitem> area of the dialog.</paragraph> + </listitem> + <listitem> + <paragraph id="par_id221641501273326" role="listitem">Uncheck the <menuitem>Protect</menuitem> option in the <menuitem>Write Protection</menuitem> area of the dialog.</paragraph> + </listitem> + <listitem> + <paragraph id="par_id791641501273494" role="listitem">If the section was protected with a non-empty password, type the password into the dialog that opens.</paragraph> + </listitem> + <listitem> + <paragraph id="par_id561641501273767" role="listitem">Click <menuitem>OK</menuitem> .</paragraph> + </listitem> + </list> + <embed href="text/shared/00/00000004.xhp#related"/> <embed href="text/swriter/guide/sections.xhp#sections"/> <embed href="text/swriter/guide/section_insert.xhp#section_insert"/> |