diff options
author | Olivier <olivier.hallot@libreoffice.org> | 2017-01-16 12:03:55 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-01-16 14:12:38 +0000 |
commit | 5f63c5afbcb8e280ce5759ef1a72bc6d6b0d9d3c (patch) | |
tree | 39824136f9c81c36c3295c3e065bd24fa77dd1be /source | |
parent | b79a20a305cc44ab3fb1a10325274d4867768d66 (diff) |
Fix non-existing WORKDAYS function
function WORKDAYS is actually WORKDAY.
Change-Id: Ifd3b9b7f06d30eefdc3c7eef5e185fe83fa0f6c5
Reviewed-on: https://gerrit.libreoffice.org/33172
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/01/func_workdays.intl.xhp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/scalc/01/func_workdays.intl.xhp b/source/text/scalc/01/func_workdays.intl.xhp index b6317bc950..c27256daea 100644 --- a/source/text/scalc/01/func_workdays.intl.xhp +++ b/source/text/scalc/01/func_workdays.intl.xhp @@ -20,7 +20,7 @@ <meta> <topic id="textscalc01func_workdaysxml"> - <title id="tit" xml-lang="en-US">WORKDAYS.INTL</title> + <title id="tit" xml-lang="en-US">WORKDAY.INTL</title> <filename>/text/scalc/01/func_workdays.intl.xhp</filename> </topic> </meta> @@ -30,12 +30,12 @@ <section id="workdays"> <bookmark xml-lang="en-US" branch="index" id="bm_id231020162341219565"> - <bookmark_value>WORKDAYS.INTL function</bookmark_value> + <bookmark_value>WORKDAY.INTL function</bookmark_value> </bookmark> <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_WORKDAY_MS" id="bm_id231020162348499245" localize="false"/> -<paragraph id="hd_id231020162348002143" role="heading" level="1" xml-lang="en-US"><variable id="workdaysintl"><link href="text/scalc/01/func_workdays.intl.xhp">WORKDAYS.INTL</link></variable></paragraph> +<paragraph id="hd_id231020162348002143" role="heading" level="1" xml-lang="en-US"><variable id="workdaysintl"><link href="text/scalc/01/func_workdays.intl.xhp">WORKDAY.INTL</link></variable></paragraph> <paragraph id="par_id23102016234837285" role="paragraph" xml-lang="en-US"><ahelp hid=".">The result is a date number that can be formatted as a date. User can see the date of a day that is a certain number of workdays away from the start date (before or after). There are options to define weekend days and holidays. The optional weekend parameter (or a string) can be used to define the weekend days (or the non-working days in each week). Also, optionally, the user can define a holiday list. The weekend days and user-defined holidays are not counted as working days.</ahelp></paragraph> </section> @@ -62,7 +62,7 @@ <section id="relatedtopics"> <paragraph id="par_id231020162253594361" role="paragraph" xml-lang="en-US"><link href="text/scalc/01/func_networkdays.xhp">NETWORKDAYS</link></paragraph> <paragraph id="par_id241020160012187036" role="paragraph" xml-lang="en-US"><link href="text/scalc/01/func_networkdays.intl.xhp">NETWORKDAYS.INTL</link></paragraph> -<paragraph id="par_id241030160012187036" role="paragraph" xml-lang="en-US"><link href="text/scalc/01/func_workday.xhp">WORKDAYS</link></paragraph> +<paragraph id="par_id241030160012187036" role="paragraph" xml-lang="en-US"><link href="text/scalc/01/func_workday.xhp">WORKDAY</link></paragraph> <paragraph id="par_id23102016225717242" role="paragraph" xml-lang="en-US"><link href="text/scalc/01/04060102.xhp">Date functions</link></paragraph> </section> </body> |