diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-17 13:33:47 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-18 21:18:15 +0200 |
commit | e12593f8053bd1768c1f24b3f9213fb2bef204ef (patch) | |
tree | d1a3cf17cf5189bb9c0849d90b26b7b64657ac63 /AllLangHelp_shared.mk | |
parent | 7ba76b180fc02dfaa433e659ea9c10d1e0d8cd13 (diff) |
tdf#127603 + refactor Basic/script dialogs Help pg
Split help pages into many, as 06130000.xhp was too dense to
properly manage
Basic selector dialogs are different from other script selector
dialogs.
Improve navigation between pages
Fix contents
Fix Help pages for current menu
Change-Id: I5c6195a80cc6860fa89a0e399be774247a81712a
Reviewed-on: https://gerrit.libreoffice.org/80988
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, 3 insertions, 0 deletions
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index 0c76d1108b..c7da10afdd 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -302,8 +302,11 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/06130000 \ helpcontent2/source/text/shared/01/06130001 \ helpcontent2/source/text/shared/01/06130010 \ + helpcontent2/source/text/shared/01/06130020 \ + helpcontent2/source/text/shared/01/06130030 \ helpcontent2/source/text/shared/01/06130100 \ helpcontent2/source/text/shared/01/06130200 \ + helpcontent2/source/text/shared/01/06130300 \ helpcontent2/source/text/shared/01/06130500 \ helpcontent2/source/text/shared/01/06140000 \ helpcontent2/source/text/shared/01/06140100 \ |