[Libreoffice-commits] help.git: source/text

Steve Fanning (via logerrit) logerrit at kemper.freedesktop.org
Tue May 26 11:58:44 UTC 2020


 source/text/scalc/01/func_workday.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 52d629e6d5d3599cdead037425021c288b224278
Author:     Steve Fanning <stevemfanning at yahoo.co.uk>
AuthorDate: Tue May 26 13:50:32 2020 +0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Tue May 26 13:58:25 2020 +0200

    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 at libreoffice.org>

diff --git a/source/text/scalc/01/func_workday.xhp b/source/text/scalc/01/func_workday.xhp
index bd6f5c003..468b83798 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">


More information about the Libreoffice-commits mailing list