diff options
author | Steve Fanning <stevemfanning.wh@gmail.com> | 2020-04-07 15:34:09 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-04-09 00:32:33 +0200 |
commit | 2d238deabf589c10ab89b495d3f9e2c57a8efda0 (patch) | |
tree | 1593d17014f1c542821e9cd82d2cc7451cb6ac6d /AllLangHelp_scalc.mk | |
parent | 2748a458c312743c81f295e170aa26f626d2bff7 (diff) |
tdf#131960 Clarification of CEILING function
+ refactor, grouping all CEILING variants into one file
Change-Id: Ie82a1c72c8eab69457391ccc82543497fe168fa2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/91855
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_scalc.mk')
-rw-r--r-- | AllLangHelp_scalc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk index 32fe1d62e0..aeee433645 100644 --- a/AllLangHelp_scalc.mk +++ b/AllLangHelp_scalc.mk @@ -189,6 +189,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ helpcontent2/source/text/scalc/01/func_aggregate \ helpcontent2/source/text/scalc/01/func_averageif \ helpcontent2/source/text/scalc/01/func_averageifs \ + 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_concat \ |