diff options
author | Steve Fanning <stevemfanning@yahoo.co.uk> | 2020-05-28 20:41:32 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-08 18:11:33 +0200 |
commit | 9913e290c4dac9f39e14d19d3b672200f1419d4d (patch) | |
tree | be18196ca3061e8f0f7f853f8bbf69283fdef84b /source | |
parent | 598c6e058e6271f05d99903b578de3b635ea4bf8 (diff) |
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 <olivier.hallot@libreoffice.org>
(cherry picked from commit e1cf49b4cfcb8f14fdb67d7ca879c25b1b8ca073)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95688
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@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 468b837985..39cabbfde4 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"> |