source/text/shared/01/Protect.xhp | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit df58af04eda8588c2075b0f9481d47df8341d702 Author: Olivier Hallot <[email protected]> AuthorDate: Thu Sep 25 19:10:37 2025 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Fri Sep 26 10:25:35 2025 +0200 tdf#168541 Add Autofilter & pivot to sheet protection page Change-Id: Ie5adbfdded898450f1a1ca404ac05362a25081ab Reviewed-on: https://gerrit.libreoffice.org/c/help/+/191517 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/source/text/shared/01/Protect.xhp b/source/text/shared/01/Protect.xhp index c479ee1373..633d67655b 100644 --- a/source/text/shared/01/Protect.xhp +++ b/source/text/shared/01/Protect.xhp @@ -95,6 +95,12 @@ <paragraph id="par_id561619430376854" role="listitem"><emph>Delete rows</emph>: Allow row deletions. Note that row deletions are only allowed on unprotected cells. </paragraph> </listitem> + <listitem> + <paragraph id="par_id991758837160859" role="listitem"><emph>Use AutoFilter:</emph> If enabled, allow AutoFilter operations in the protected sheet.</paragraph> + </listitem> + <listitem> + <paragraph id="par_id161758837171451" role="listitem"><emph>Use Pivot Table and Pivot Chart</emph>: If disabled, allow updates and editing for pivot tables and charts. If enabled, the pivot table and chart are not imported at all, only the cell values.</paragraph> + </listitem> </list> <paragraph role="paragraph" id="par_id3154490">Unprotected cells or cell ranges can be set up on a protected sheet by using the <emph>Tools - Protect Sheet</emph> and <emph>Format - Cells - Cell Protection</emph> menus: </paragraph> <list type="ordered">
