diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-05-17 16:34:06 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-05-19 15:50:56 +0200 |
commit | 8c185e311871e4eae877975dedf06444e547f0ec (patch) | |
tree | d033cf0f8a8ff02a49c76c2b7cfe0917c1f48cbc /AllLangHelp_sbasic.mk | |
parent | a770b2134c68302b6d3b01cee6349725bdcd1c31 (diff) |
tdf#84675 (part4) document VBA macros support
Change-Id: I61f60fb4f3ac27604a71972f0c1d8a7e9effdcc4
Reviewed-on: https://gerrit.libreoffice.org/37735
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
(cherry picked from commit 6f947c50faf2969405749fc118659d9d9934eb91)
Reviewed-on: https://gerrit.libreoffice.org/37774
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 4ac32080be..1be0b6bbea 100644 --- a/AllLangHelp_sbasic.mk +++ b/AllLangHelp_sbasic.mk @@ -252,6 +252,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\ helpcontent2/source/text/sbasic/shared/03103100 \ helpcontent2/source/text/sbasic/shared/03103200 \ helpcontent2/source/text/sbasic/shared/03103300 \ + helpcontent2/source/text/sbasic/shared/03103350 \ helpcontent2/source/text/sbasic/shared/03103400 \ helpcontent2/source/text/sbasic/shared/03103450 \ helpcontent2/source/text/sbasic/shared/03103500 \ @@ -324,6 +325,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\ helpcontent2/source/text/sbasic/shared/keys \ helpcontent2/source/text/sbasic/shared/main0211 \ helpcontent2/source/text/sbasic/shared/main0601 \ + helpcontent2/source/text/sbasic/shared/vbasupport \ )) # vim: set noet sw=4 ts=4: |