diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-01-20 10:07:54 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-01-20 22:36:04 +0100 |
commit | 1aaf192bce747f70d1e04701fe5f097eeba0300e (patch) | |
tree | 89d91b32948455910113d95c09a323edefd35ae5 /AllLangHelp_shared.mk | |
parent | aaf279daa4353d112652944082b7cbe3055d3cd7 (diff) |
tdf#155875 UI cmds Format Text (cont)
+ refactoring
Change-Id: I9de9b35f9475dc9a8bf780ccf64442a7f287b431
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/162334
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 b25679cf64..d16c71c71f 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -338,6 +338,8 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/AutoFormat \ helpcontent2/source/text/shared/01/AutoRedactDoc \ helpcontent2/source/text/shared/01/certificatepath \ + helpcontent2/source/text/shared/01/ChangeCaseToLower \ + helpcontent2/source/text/shared/01/ChangeCaseToUpper \ helpcontent2/source/text/shared/01/classificationbar \ helpcontent2/source/text/shared/01/classificationdialog \ helpcontent2/source/text/shared/01/DeleteColumns \ @@ -355,6 +357,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/font_features \ helpcontent2/source/text/shared/01/gallery \ helpcontent2/source/text/shared/01/gallery_files \ + helpcontent2/source/text/shared/01/Grow \ helpcontent2/source/text/shared/01/graphic_size_check \ helpcontent2/source/text/shared/01/graphic_styles \ helpcontent2/source/text/shared/01/grid_and_helplines \ @@ -410,6 +413,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/SetOptimalColumnWidth \ helpcontent2/source/text/shared/01/SetOptimalRowHeight \ helpcontent2/source/text/shared/01/search_commands \ + helpcontent2/source/text/shared/01/Shrink \ helpcontent2/source/text/shared/01/SignaturesMenu \ helpcontent2/source/text/shared/01/SpellOnline \ helpcontent2/source/text/shared/01/select_template_category \ |