[Libreoffice-commits] help.git: Branch 'libreoffice-7-0' - source/text
Steve Fanning (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jun 8 16:52:39 UTC 2020
source/text/scalc/01/func_networkdays.intl.xhp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 25d7c849c5f6159cae78b11be63445c548de29eb
Author: Steve Fanning <stevemfanning at yahoo.co.uk>
AuthorDate: Sun May 31 10:28:34 2020 +0200
Commit: Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Mon Jun 8 18:52:19 2020 +0200
(func_networkdays.intl.xhp) Include square brackets in syntax section to indicate optional parameters.
Note: Exact configuration of square brackets based on that for NETWORKDAYS().
Change-Id: I0f1f7100add3f50d2ba3946087cca292d7a51d65
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95204
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
(cherry picked from commit 1637dffb6225234b599ee586c796fd6924aecf8a)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95724
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
diff --git a/source/text/scalc/01/func_networkdays.intl.xhp b/source/text/scalc/01/func_networkdays.intl.xhp
index 643387924..ed1364ba1 100644
--- a/source/text/scalc/01/func_networkdays.intl.xhp
+++ b/source/text/scalc/01/func_networkdays.intl.xhp
@@ -36,7 +36,7 @@
</section>
<embed href="text/scalc/00/avail_release.xhp#4.3"/>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id231020162249539143" role="code" xml-lang="en-US">NETWORKDAYS.INTL(StartDate; EndDate; Weekend; Holidays)</paragraph>
+<paragraph id="par_id231020162249539143" role="code" xml-lang="en-US">NETWORKDAYS.INTL(StartDate; EndDate [; [ Weekend ] [; Holidays ] ])</paragraph>
<paragraph id="par_id231020162249533010" role="paragraph" xml-lang="en-US"><emph>StartDate</emph> is the date from when the calculation is carried out. If the start date is a workday, the day is included in the calculation.</paragraph>
<paragraph id="par_id231020162249536398" role="paragraph" xml-lang="en-US"><emph>EndDate</emph> is the date up until when the calculation is carried out. If the end date is a workday, the day is included in the calculation.</paragraph>
<embed href="text/scalc/01/common_func_workdaysintl.xhp#embed_workdays_intl"/>
More information about the Libreoffice-commits
mailing list