[Libreoffice-commits] help.git: Branch 'libreoffice-7-0' - source/text

Steve Fanning (via logerrit) logerrit at kemper.freedesktop.org
Mon Jun 8 16:52:20 UTC 2020


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

New commits:
commit c1fbeca7942fbc48b7857e7be079de506cfd7deb
Author:     Steve Fanning <stevemfanning at yahoo.co.uk>
AuthorDate: Sun May 31 10:17:59 2020 +0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Mon Jun 8 18:52:00 2020 +0200

    (func_networkdays.xhp) Include square brackets in syntax section to indicate optional parameters.
    
    Note: Exact configuration of square brackets inferred from ODF 1.2.
    
    Change-Id: Ie607da08555aac5bc3d1a46b53f8d4b5c90d33ff
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95203
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
    (cherry picked from commit 2d5a11ff0c0ce386c2e6e634b620448d9e0e4824)
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95723
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>

diff --git a/source/text/scalc/01/func_networkdays.xhp b/source/text/scalc/01/func_networkdays.xhp
index 19527b6f5..0883963c0 100644
--- a/source/text/scalc/01/func_networkdays.xhp
+++ b/source/text/scalc/01/func_networkdays.xhp
@@ -39,7 +39,7 @@
 <embed href="text/scalc/01/04060102.xhp#ADD_note"/>
 <embed href="text/scalc/01/ODFF.xhp#odff"/>
 <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id3145775" role="code" xml-lang="en-US">NETWORKDAYS(StartDate; EndDate; Holidays; Workdays)</paragraph>
+<paragraph id="par_id3145775" role="code" xml-lang="en-US">NETWORKDAYS(StartDate; EndDate [; [ Holidays ] [; Workdays ] ])</paragraph>
 <paragraph id="par_id3153885" role="paragraph" 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 id="par_id3151110" role="paragraph" xml-lang="en-US"><emph>EndDate</emph> is the date up until when the calculation is carried out. If the end date is a workday, the day is included in the calculation.</paragraph>
 <paragraph id="par_id3154115" role="paragraph" xml-lang="en-US"><emph>Holidays</emph> is an optional list of holidays. These are non-working days. Enter a cell range in which the holidays are listed individually.</paragraph>


More information about the Libreoffice-commits mailing list