diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-02-24 17:54:58 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-02-26 11:52:19 +0100 |
commit | 0e6a74b1f45911814ab8abcc4194fb71165332e8 (patch) | |
tree | a9df8681c03114e84f336616387f9305f1325763 /AllLangHelp_scalc.mk | |
parent | 60b83838ded8bba13a7d7f761383228640fdf42e (diff) |
tdf#159872 Prepare Help page for SORT function
Contents will be added upon tdf#126573
Change-Id: Ifcc953b22d44139b9dcb003971fc9fd3d43aa8f5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/163891
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, 2 insertions, 1 deletions
diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk index 362e29af88..64b1a21496 100644 --- a/AllLangHelp_scalc.mk +++ b/AllLangHelp_scalc.mk @@ -266,9 +266,10 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ helpcontent2/source/text/scalc/01/func_roman \ helpcontent2/source/text/scalc/01/func_rounddown \ helpcontent2/source/text/scalc/01/func_roundsig \ + helpcontent2/source/text/scalc/01/func_searchb \ 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_sort \ helpcontent2/source/text/scalc/01/func_style \ helpcontent2/source/text/scalc/01/func_sum \ helpcontent2/source/text/scalc/01/func_sumifs \ |