diff options
author | Steve Fanning <stevemfanning.wh@gmail.com> | 2020-04-07 18:15:02 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-04-09 00:33:31 +0200 |
commit | ef21ad9a4c0d9fb787392c5a6d24ebe9bb77309e (patch) | |
tree | b214d12adfbd184cc7e668a16b34123e7e0c6389 /AllLangHelp_scalc.mk | |
parent | 2d238deabf589c10ab89b495d3f9e2c57a8efda0 (diff) |
tdf#131960 Clarification of FLOOR functions
+ refactor, grouping all FLOOR variants into one file
Change-Id: I522674c51de531054991457cdc19a2245df4244d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/91856
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 aeee433645..d8660002b5 100644 --- a/AllLangHelp_scalc.mk +++ b/AllLangHelp_scalc.mk @@ -204,6 +204,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ 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_floor \ helpcontent2/source/text/scalc/01/func_forecastetsadd \ helpcontent2/source/text/scalc/01/func_forecastetsmult \ helpcontent2/source/text/scalc/01/func_forecastetsstatadd \ |