[Libreoffice-commits] help.git: source/text
Olivier
olivier.hallot at libreoffice.org
Mon Jan 16 14:13:00 UTC 2017
source/text/scalc/01/func_workdays.intl.xhp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 5f63c5afbcb8e280ce5759ef1a72bc6d6b0d9d3c
Author: Olivier <olivier.hallot at libreoffice.org>
Date: Mon Jan 16 12:03:55 2017 -0200
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 at edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot at edx.srv.br>
diff --git a/source/text/scalc/01/func_workdays.intl.xhp b/source/text/scalc/01/func_workdays.intl.xhp
index b6317bc..c27256d 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>
More information about the Libreoffice-commits
mailing list