diff options
author | LibreOfficiant <LibreOfficiant@sfr.fr> | 2019-07-03 19:43:26 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-07-15 02:23:47 +0200 |
commit | 3d1c81107309511f00a024a2e1a706a8bf96af47 (patch) | |
tree | c43bf8f3efa50dd1aac2c4d7cc2dea7be867ed5e /AllLangHelp_sbasic.mk | |
parent | 15790ee596f22dcea3ddcdacdc56113ec54b63f3 (diff) |
Python to Basic Help page
- Python x Basic inter-language calls
- Dialog handlers with Basic or Python
Amend 1
- place page at right path
- inter-page link calls
- entry in Contents
- Some changes in passive voice, articles in text
Change-Id: I5bb54150f534486c092036a8ed4fa7cc38cc9ef0
Reviewed-on: https://gerrit.libreoffice.org/75057
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_sbasic.mk')
-rw-r--r-- | AllLangHelp_sbasic.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AllLangHelp_sbasic.mk b/AllLangHelp_sbasic.mk index a1f3fed2cc..1cac18fe40 100644 --- a/AllLangHelp_sbasic.mk +++ b/AllLangHelp_sbasic.mk @@ -372,6 +372,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\ helpcontent2/source/text/sbasic/shared/special_vba_func \ helpcontent2/source/text/sbasic/shared/vbasupport \ helpcontent2/source/text/sbasic/python/main0000 \ + helpcontent2/source/text/sbasic/python/python_2_basic \ helpcontent2/source/text/sbasic/python/python_dialogs \ helpcontent2/source/text/sbasic/python/python_document_events \ helpcontent2/source/text/sbasic/python/python_examples \ |