diff options
author | Alain Romedenne <LibreOfficiant@sfr.fr> | 2020-11-24 16:33:22 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-12-08 00:30:40 +0100 |
commit | 24db503333ae5193babbd5db33c0344ca0c5e3e1 (patch) | |
tree | 61e40e6d9c0108c58a96636cc84da70637f146bf /AllLangHelp_sbasic.mk | |
parent | 3e9c3e7f6da0204042ad3a1f51ec360d62919e17 (diff) |
ScriptForge library modules - WiP
+ Array module
+ Dictionary module
Change-Id: Ida2290005befb59f2b7c3699744ff49b32226e24
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/106513
Tested-by: Jenkins
Tested-by: Jean-Pierre Ledure <jp@ledure.be>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_sbasic.mk')
-rw-r--r-- | AllLangHelp_sbasic.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/AllLangHelp_sbasic.mk b/AllLangHelp_sbasic.mk index 7423e9ebad..71d311cdf4 100644 --- a/AllLangHelp_sbasic.mk +++ b/AllLangHelp_sbasic.mk @@ -77,6 +77,8 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\ helpcontent2/source/text/sbasic/shared/03/lib_importwiz \ helpcontent2/source/text/sbasic/shared/03/lib_script \ helpcontent2/source/text/sbasic/shared/03/lib_ScriptForge \ + helpcontent2/source/text/sbasic/shared/03/sf_array \ + helpcontent2/source/text/sbasic/shared/03/sf_dictionary \ helpcontent2/source/text/sbasic/shared/03/lib_schedule \ helpcontent2/source/text/sbasic/shared/03/lib_template \ helpcontent2/source/text/sbasic/shared/03/lib_wikieditor \ |