[Libreoffice-commits] help.git: source/text
Steve Fanning (via logerrit)
logerrit at kemper.freedesktop.org
Tue May 26 17:44:36 UTC 2020
source/text/scalc/01/func_workday.intl.xhp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a736b5e008fad1d0c05c961669cb62e1876218b9
Author: Steve Fanning <stevemfanning at yahoo.co.uk>
AuthorDate: Tue May 26 19:38:53 2020 +0200
Commit: Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Tue May 26 19:44:16 2020 +0200
Add square brackets around final two parameters in syntax statement (to indicate parametes are optional)
Change-Id: I756376f90b8c9f51875ad1887142a82c6595daed
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/94836
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
diff --git a/source/text/scalc/01/func_workday.intl.xhp b/source/text/scalc/01/func_workday.intl.xhp
index c986c5be3..f49b93a38 100644
--- a/source/text/scalc/01/func_workday.intl.xhp
+++ b/source/text/scalc/01/func_workday.intl.xhp
@@ -37,7 +37,7 @@
</section>
<embed href="text/scalc/00/avail_release.xhp#4.3"/>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id241020160008306838" role="code" xml-lang="en-US">WORKDAY.INTL(StartDate; Days; Weekend; Holidays)</paragraph>
+<paragraph id="par_id241020160008306838" role="code" xml-lang="en-US">WORKDAY.INTL(StartDate; Days[; Weekend][; Holidays])</paragraph>
<paragraph id="par_id241020160008308885" role="paragraph" xml-lang="en-US"><emph>StartDate</emph>: is the date from when the calculation is carried out.</paragraph>
<paragraph id="par_id241020160008305329" role="paragraph" xml-lang="en-US"><emph>Days</emph> is the number of workdays. Positive value for a result after the start date, negative value for a result before the start date.</paragraph>
<embed href="text/scalc/01/common_func_workdaysintl.xhp#embed_workdays_intl"/>
More information about the Libreoffice-commits
mailing list