diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-11-11 21:58:34 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-11-12 14:34:11 +0100 |
commit | 1a28d0647ccd790bac0c1dbdad6eda44a5c8eaa1 (patch) | |
tree | b023be87fabb565d065a292dc8ef61dc053c6646 /AllLangHelp_scalc.mk | |
parent | 43596417abccb4b215f0c3b906aab26ed21ab0ed (diff) |
Add FINDB, SEARCHB and REPLACEB Help pages
libreoffice-6-4-branch-point
Change-Id: Ie8a7c5762f41484d36837008226cc446584e3110
Reviewed-on: https://gerrit.libreoffice.org/82481
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_scalc.mk')
-rw-r--r-- | AllLangHelp_scalc.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk index 2fcc39a4ec..538b4ecadb 100644 --- a/AllLangHelp_scalc.mk +++ b/AllLangHelp_scalc.mk @@ -201,6 +201,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ helpcontent2/source/text/scalc/01/func_edate \ helpcontent2/source/text/scalc/01/func_eomonth \ helpcontent2/source/text/scalc/01/func_error_type \ + helpcontent2/source/text/scalc/01/func_findb \ helpcontent2/source/text/scalc/01/func_forecastetsadd \ helpcontent2/source/text/scalc/01/func_forecastetsmult \ helpcontent2/source/text/scalc/01/func_forecastetsstatadd \ @@ -236,9 +237,11 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ helpcontent2/source/text/scalc/01/func_now \ helpcontent2/source/text/scalc/01/func_rawsubtract \ helpcontent2/source/text/scalc/01/func_regex \ + helpcontent2/source/text/scalc/01/func_replaceb \ helpcontent2/source/text/scalc/01/func_roundsig \ helpcontent2/source/text/scalc/01/func_second \ helpcontent2/source/text/scalc/01/func_skewp \ + helpcontent2/source/text/scalc/01/func_searchb \ helpcontent2/source/text/scalc/01/func_sumifs \ helpcontent2/source/text/scalc/01/func_switch \ helpcontent2/source/text/scalc/01/func_textjoin \ |