diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-09-07 14:16:13 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-09-08 11:58:21 +0200 |
commit | 8daa94aa1ff1135d3d2552182c7f2d23cc21d6f2 (patch) | |
tree | dfe8292a0af746a8c252a9db6a6bf71be29597cd /AllLangHelp_shared.mk | |
parent | 5f31e41620bb668c611701c87a9f2b1cbf3c93c9 (diff) |
tdf#155875 UI cmds Writer/Table in Help(34)
+ refactoring
+ Table - Protection (part 34)
+ protection is called by "uno.Protect" in menus
+ in Calc: protect sheet dialog
+ in Writer: protect cell directly
+ merged in shared/01/Protect.xhp with app switch
+ removed obsolete files
Change-Id: Ieada8a774a14a19f79f58e22fd807bf5aacaf64b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156678
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_shared.mk')
-rw-r--r-- | AllLangHelp_shared.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index c40c7c4209..d19ddefb7c 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -383,6 +383,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/pasterowabove \ helpcontent2/source/text/shared/01/pastecolumnleft \ helpcontent2/source/text/shared/01/profile_safe_mode \ + helpcontent2/source/text/shared/01/Protect \ helpcontent2/source/text/shared/01/qrcode \ helpcontent2/source/text/shared/01/quickcolorselector \ helpcontent2/source/text/shared/01/ref_epub_export \ |