diff options
author | Steve Fanning <stevemfanning.wh@gmail.com> | 2019-11-30 12:14:44 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-11-30 16:44:43 +0100 |
commit | 4b3a8a7bccae4787e11ab658c9feadb2bd63d294 (patch) | |
tree | 4fa9250e82f8cfbd1074df2416dd823a9f52a5d5 /AllLangHelp_scalc.mk | |
parent | 7dbb56f56f92ffcdea5ccc620a0b064a7eda1dd1 (diff) |
tdf#92084 Help Pages for OPT_* Calc functions
Note: The OPT_* functions implemented in release 4.0
have no HID_ defined.
Dummy HID contants were inserted waiting for tdf#129115.
Change-Id: Iac253a86ff8cbf8fd1a222c6326abc7e0c9f4f76
Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-on: https://gerrit.libreoffice.org/84123
Tested-by: Jenkins
Diffstat (limited to 'AllLangHelp_scalc.mk')
-rw-r--r-- | AllLangHelp_scalc.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk index 538b4ecadb..eeca4db24e 100644 --- a/AllLangHelp_scalc.mk +++ b/AllLangHelp_scalc.mk @@ -235,6 +235,10 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ helpcontent2/source/text/scalc/01/func_workday.intl \ helpcontent2/source/text/scalc/01/func_numbervalue \ helpcontent2/source/text/scalc/01/func_now \ + helpcontent2/source/text/scalc/01/func_opt_barrier \ + helpcontent2/source/text/scalc/01/func_opt_prob_hit \ + helpcontent2/source/text/scalc/01/func_opt_prob_inmoney \ + helpcontent2/source/text/scalc/01/func_opt_touch \ helpcontent2/source/text/scalc/01/func_rawsubtract \ helpcontent2/source/text/scalc/01/func_regex \ helpcontent2/source/text/scalc/01/func_replaceb \ |