diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-06-11 20:32:20 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-06-12 03:30:09 +0200 |
commit | 05cb445d5f273ccbeb80b1af28bcb1a13e9b8b14 (patch) | |
tree | fdc90571a5c34de35ddd79553a4018141fd004c3 /AllLangHelp_shared.mk | |
parent | 97ed4a4faa26d89ee068b12efed26c99caf1ce86 (diff) |
tdf#154996 Add tabbed UI commands in Help page
+ refactoring
+ Writer View menu (part 3)
Change-Id: Id20a4466894c199c229c54c8228b818f4c166126
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/152869
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_shared.mk')
-rw-r--r-- | AllLangHelp_shared.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index cb60ea34e8..4af2ccd6ae 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -347,7 +347,6 @@ $(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/grid \ helpcontent2/source/text/shared/01/grid_and_helplines \ helpcontent2/source/text/shared/01/guides \ helpcontent2/source/text/shared/01/image_compression \ @@ -381,6 +380,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/ref_pdf_export_user_interface \ helpcontent2/source/text/shared/01/ref_pdf_export_universal_accessibility \ helpcontent2/source/text/shared/01/ref_pdf_send_as \ + helpcontent2/source/text/shared/01/scrollbars \ helpcontent2/source/text/shared/01/signexistingpdf \ helpcontent2/source/text/shared/01/securitywarning \ helpcontent2/source/text/shared/01/selectcertificate \ @@ -530,6 +530,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/02/colortoolbar \ helpcontent2/source/text/shared/02/flowcharts \ helpcontent2/source/text/shared/02/fontwork \ + helpcontent2/source/text/shared/02/gridtofront \ helpcontent2/source/text/shared/02/limit \ helpcontent2/source/text/shared/02/namedialog \ helpcontent2/source/text/shared/02/paintbrush \ |