source/text/scalc/01/func_workday.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9913e290c4dac9f39e14d19d3b672200f1419d4d Author: Steve Fanning <[email protected]> AuthorDate: Thu May 28 20:41:32 2020 +0200 Commit: Olivier Hallot <[email protected]> CommitDate: Mon Jun 8 18:11:33 2020 +0200 Minor change to layout of syntax statement (for consistency and clarity) Change-Id: I782d27823c19d91bb0123c16ffbd5646e71b457b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95071 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> (cherry picked from commit e1cf49b4cfcb8f14fdb67d7ca879c25b1b8ca073) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95688 Reviewed-by: Ilmari Lauhakangas <[email protected]> diff --git a/source/text/scalc/01/func_workday.xhp b/source/text/scalc/01/func_workday.xhp index 468b83798..39cabbfde 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"> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
