diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2021-10-03 15:25:22 +0200 |
---|---|---|
committer | Rafael Lima <rafael.palma.lima@gmail.com> | 2021-10-07 21:28:32 +0200 |
commit | 7f942a62c3e173d25ec8e3d7ee786b2087d49e42 (patch) | |
tree | 0f85c6038da852bcedb00e6eb298f5b8bee8b702 /AllLangHelp_sbasic.mk | |
parent | 82e70eb6efa88c3d21606292a042cd6978385480 (diff) |
Create a guide on Calc macros on reading and writing cell values
This patch also creates a new entry in the Calc tree menu to store all pages about Calc macros. Currently there are only two, but in future patches new pages will be added.
Change-Id: Iac55c87d1159f4163ba3150e83160b4156d0d0f6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/122936
Tested-by: Jenkins
Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
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 75a17ee3a4..367bf03c80 100644 --- a/AllLangHelp_sbasic.mk +++ b/AllLangHelp_sbasic.mk @@ -23,6 +23,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\ helpcontent2/source/text/sbasic/guide/control_properties \ helpcontent2/source/text/sbasic/guide/create_dialog \ helpcontent2/source/text/sbasic/guide/insert_control \ + helpcontent2/source/text/sbasic/guide/read_write_values \ helpcontent2/source/text/sbasic/guide/sample_code \ helpcontent2/source/text/sbasic/guide/show_dialog \ helpcontent2/source/text/sbasic/guide/translation \ |