From 9077a2887221677690282917c66c7af8e3e37121 Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Fri, 5 Nov 2021 12:28:17 +0200 Subject: Improve Example section of help description for Calc's SUM() function The ability to use SUM in an array formula is important but the help description of an example array formula is uncharacteristically long. Now that the wiki has a more specific example, it is appropriate to shorten the Example section of this help topic. Also moved SUM description to its own XHP file. Change-Id: Ic062686c53a1ae8b81100e2b49781aaa79e6ee50 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124696 Tested-by: Jenkins Reviewed-by: Eike Rathke Reviewed-by: Olivier Hallot --- AllLangHelp_scalc.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'AllLangHelp_scalc.mk') diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk index 0bc4bd0cdb..617223bfed 100644 --- a/AllLangHelp_scalc.mk +++ b/AllLangHelp_scalc.mk @@ -253,6 +253,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ 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_sum \ helpcontent2/source/text/scalc/01/func_sumifs \ helpcontent2/source/text/scalc/01/func_switch \ helpcontent2/source/text/scalc/01/func_textjoin \ -- cgit