diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-09-28 15:39:58 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-09-29 02:46:17 +0200 |
commit | 1c93d4ba6e0b516918ff22c8cdcbc9b808a491ad (patch) | |
tree | 4b6be22c5352b8403255fe5d198f3369431ddd8a /AllLangHelp_shared.mk | |
parent | 192bfeba34fca4548b6bfd45951a3d84738f9df4 (diff) |
tdf#155875 UI cmds Writer/Table in Help(47)
+ refactoring
+ Tools menu - Writer part.
Change-Id: I46fddc444fc1912297dd8474dd30e978fd76c5e0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157385
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_shared.mk')
-rw-r--r-- | AllLangHelp_shared.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index e4aedbb916..a0a5dd7f85 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -337,6 +337,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/about_meta_tags \ helpcontent2/source/text/shared/01/addsignatureline \ helpcontent2/source/text/shared/01/AutoFormat \ + helpcontent2/source/text/shared/01/AutoRedactDoc \ helpcontent2/source/text/shared/01/certificatepath \ helpcontent2/source/text/shared/01/classificationbar \ helpcontent2/source/text/shared/01/classificationdialog \ @@ -387,6 +388,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/Protect \ helpcontent2/source/text/shared/01/qrcode \ helpcontent2/source/text/shared/01/quickcolorselector \ + helpcontent2/source/text/shared/01/RedactDoc \ helpcontent2/source/text/shared/01/ref_epub_export \ helpcontent2/source/text/shared/01/ref_pdf_export \ helpcontent2/source/text/shared/01/ref_pdf_export_digital_signature \ @@ -405,6 +407,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/SelectTable \ helpcontent2/source/text/shared/01/SetOptimalColumnWidth \ helpcontent2/source/text/shared/01/SetOptimalRowHeight \ + helpcontent2/source/text/shared/01/SpellOnline \ helpcontent2/source/text/shared/01/select_template_category \ helpcontent2/source/text/shared/01/signexistingpdf \ helpcontent2/source/text/shared/01/signsignatureline \ @@ -811,6 +814,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/main0500 \ helpcontent2/source/text/shared/main0650 \ helpcontent2/source/text/shared/main0800 \ + helpcontent2/source/text/shared/main_tools \ helpcontent2/source/text/shared/mediaplay_toolbar \ helpcontent2/source/text/shared/menu/forms \ helpcontent2/source/text/shared/menu/comment_menu \ |