diff options
author | Alain Romedenne <pyoffice.romedenne@sfr.fr> | 2018-12-11 16:54:46 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-12-12 10:10:46 +0100 |
commit | 3f0f452519618e4b0bd0b97a855fc5ffe5514a49 (patch) | |
tree | 9987255ccc6c4164cb933a846be3c781bace4a44 /AllLangHelp_sbasic.mk | |
parent | a3ad770b3b2ca000646c0b3bfa0933e8486c7a22 (diff) |
StarDesktop object and reorder indexes
Add StarDesktop object description
Reorder "Other commands" to add UNO objects
Change-Id: Ia6547ea059276f8946b03392d29d968187bcd26c
Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-on: https://gerrit.libreoffice.org/64981
Tested-by: Jenkins
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 f1f3ad8964..ec22b518ee 100644 --- a/AllLangHelp_sbasic.mk +++ b/AllLangHelp_sbasic.mk @@ -364,6 +364,8 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\ helpcontent2/source/text/sbasic/python/main0000 \ helpcontent2/source/text/sbasic/python/python_ide \ helpcontent2/source/text/sbasic/python/python_locations \ + helpcontent2/source/text/sbasic/shared/stardesktop \ + helpcontent2/source/text/sbasic/shared/uno_objects \ )) # vim: set noet sw=4 ts=4: |