diff options
author | Pierre F <fpy@bger.ch> | 2024-10-25 15:23:30 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-10-29 12:16:39 +0100 |
commit | 7b7ddc4bf507d27578f3bf17fd28dc40b95d6586 (patch) | |
tree | 279dd3b568541c6598a33f1bd0b70be5c4e60703 /AllLangHelp_scalc.mk | |
parent | 0568f35bf55b1b028875f84a2108bc209c630eab (diff) |
tdf#143846 split CODE() + CONCATENATE()
Change-Id: Ic190564f4e7a7884900766cee26322f5ab7dfec9
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175607
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Jenkins
Diffstat (limited to 'AllLangHelp_scalc.mk')
-rw-r--r-- | AllLangHelp_scalc.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk index 66933637e7..756a58e757 100644 --- a/AllLangHelp_scalc.mk +++ b/AllLangHelp_scalc.mk @@ -207,6 +207,8 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ helpcontent2/source/text/scalc/01/func_ceiling \ helpcontent2/source/text/scalc/01/func_countifs \ helpcontent2/source/text/scalc/01/func_color \ + helpcontent2/source/text/scalc/01/func_code \ + helpcontent2/source/text/scalc/01/func_concatenate \ helpcontent2/source/text/scalc/01/func_concat \ helpcontent2/source/text/scalc/01/func_convert \ helpcontent2/source/text/scalc/01/func_date \ |