diff options
author | Steve Fanning <stevemfanning@yahoo.co.uk> | 2020-05-26 13:50:32 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-26 13:58:25 +0200 |
commit | 52d629e6d5d3599cdead037425021c288b224278 (patch) | |
tree | b07614d2854dd0cb737dc6245b6b006584ea8ebf /source | |
parent | 0e5f1058e25d21ea590e3fbfc6c87e925b791fc5 (diff) |
Add square brackets around final parameter in syntax definition (to indicate that the parameter is optional)
Change-Id: If2e6489a28c7429b8c638c9bcdc6cc28ff3d8078
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/94834
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/01/func_workday.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/func_workday.xhp b/source/text/scalc/01/func_workday.xhp index bd6f5c0030..468b837985 100644 --- a/source/text/scalc/01/func_workday.xhp +++ b/source/text/scalc/01/func_workday.xhp @@ -31,7 +31,7 @@ <paragraph role="paragraph" id="par_id3149893" xml-lang="en-US"><ahelp hid="HID_AAI_FUNC_WORKDAY"> The result is a date number that can be formatted as a date. You then see the date of a day that is a certain number of <emph>workdays</emph> away from the <emph>start date</emph>.</ahelp></paragraph> <embed href="text/scalc/01/ODFF.xhp#odff"/> <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> -<paragraph role="code" id="par_id3154844" xml-lang="en-US">WORKDAY(StartDate; Days; Holidays)</paragraph> +<paragraph role="code" id="par_id3154844" xml-lang="en-US">WORKDAY(StartDate; Days[; Holidays])</paragraph> <paragraph role="paragraph" id="par_id3147469" 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 role="paragraph" id="par_id3153038" xml-lang="en-US"> |