diff options
author | Dione Maddern <dionemaddern@gmail.com> | 2024-03-23 00:16:51 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-03-23 10:57:42 +0100 |
commit | e531b6ff5c696b0424cc63f348111a0897dedad8 (patch) | |
tree | 8f9d3b441c867678a1067a0d34419d7830870e6f /AllLangHelp_scalc.mk | |
parent | bed48919e5708e6c131c6b9b49c9411da0abe177 (diff) |
#tdf120179 Rewrite SUMIF Help Page
Created a new file named text/scalc/01/func_sumif.xhp. This file includes updated help information for the SUMIF function, including a more precise definitiion of and more detailed examples.
Added the new file text/scalc/01/func_sumif.xhp to AllLangHelp_scalc.mk so that it will be included in the Help application.
Replaced the content in text/scalc/01/04060106#Section15 ("SUMIF") with an embed link to the new text/scalc/01/func_sumif.xhp, so that only the definition and a link to the main SUMIF Function page appears in the list of Mathematical Functions.
Updated the "Related Topics" sections of text/scalc/01/func_sum.xhp and text/scalc/01/func_sumifs.xhp so that they link to the new SUMIF Function page.
Change-Id: I224dffb0c3c6411ea416bba308559f9fe3896dd2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/165186
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 815e8e7a61..10fc142be4 100644 --- a/AllLangHelp_scalc.mk +++ b/AllLangHelp_scalc.mk @@ -275,6 +275,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ helpcontent2/source/text/scalc/01/func_sortby \ helpcontent2/source/text/scalc/01/func_style \ helpcontent2/source/text/scalc/01/func_sum \ + helpcontent2/source/text/scalc/01/func_sumif \ helpcontent2/source/text/scalc/01/func_sumifs \ helpcontent2/source/text/scalc/01/func_switch \ helpcontent2/source/text/scalc/01/func_textjoin \ |