source/text/scalc/01/exponsmooth_embd.xhp       |    2 +-
 source/text/scalc/01/func_forecastetspiadd.xhp  |    2 +-
 source/text/scalc/01/func_forecastetspimult.xhp |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 8b70a2a6b13121f589187c97a0ab79c0bc199d7d
Author: Stanislav Horacek <stanislav.hora...@gmail.com>
Date:   Sun Jul 24 11:37:48 2016 +0200

    FORECAST.ETS.* confidence level: use precise argument name
    
    Change-Id: I4c2d43055b7a85bc39fa22e0721ba9aa0bd448b1
    Reviewed-on: https://gerrit.libreoffice.org/27471
    Reviewed-by: jan iversen <j...@documentfoundation.org>
    Tested-by: jan iversen <j...@documentfoundation.org>

diff --git a/source/text/scalc/01/exponsmooth_embd.xhp 
b/source/text/scalc/01/exponsmooth_embd.xhp
index d97bb3e..5cf821b 100644
--- a/source/text/scalc/01/exponsmooth_embd.xhp
+++ b/source/text/scalc/01/exponsmooth_embd.xhp
@@ -204,7 +204,7 @@
 </section>
 
 <section id="confidence">
-<paragraph id="par_id0503201619582665" role="paragraph" 
xml-lang="en-US"><emph>confidence (mandatory)</emph>: A numeric value between 0 
and 1 (exclusive), default is 0.95. A value indicating a confidence level for 
the calculated prediction interval. </paragraph>
+<paragraph id="par_id0503201619582665" role="paragraph" 
xml-lang="en-US"><emph>confidence_level (mandatory)</emph>: A numeric value 
between 0 and 1 (exclusive), default is 0.95. A value indicating a confidence 
level for the calculated prediction interval.</paragraph>
 <paragraph id="par_id0503201619582644" role="note" xml-lang="en-US">With 
values &lt;= 0 or &gt;= 1, the functions will return the #NUM! 
Error.</paragraph>
 </section>
 
diff --git a/source/text/scalc/01/func_forecastetspiadd.xhp 
b/source/text/scalc/01/func_forecastetspiadd.xhp
index cfcdc01..aae1136 100644
--- a/source/text/scalc/01/func_forecastetspiadd.xhp
+++ b/source/text/scalc/01/func_forecastetspiadd.xhp
@@ -31,7 +31,7 @@
 <embed href="text/scalc/01/exponsmooth_embd.xhp#etsadd"/>
 
 <paragraph id="hd_id0603201610005973" role="heading" level="2" 
xml-lang="en-US">Syntax</paragraph>
-<paragraph id="par_id0603201610010044" role="code" 
xml-lang="en-US">FORECAST.ETS.PI.ADD(target, values, timeline, [confidence], 
[period_length], [completion], [aggregation])</paragraph>
+<paragraph id="par_id0603201610010044" role="code" 
xml-lang="en-US">FORECAST.ETS.PI.ADD(target, values, timeline, 
[confidence_level], [period_length], [data_completion], 
[aggregation])</paragraph>
 <embed href="text/scalc/01/exponsmooth_embd.xhp#target"/>
 <embed href="text/scalc/01/exponsmooth_embd.xhp#values"/>
 <embed href="text/scalc/01/exponsmooth_embd.xhp#timeline"/>
diff --git a/source/text/scalc/01/func_forecastetspimult.xhp 
b/source/text/scalc/01/func_forecastetspimult.xhp
index 882c4c8..167c97b 100644
--- a/source/text/scalc/01/func_forecastetspimult.xhp
+++ b/source/text/scalc/01/func_forecastetspimult.xhp
@@ -31,7 +31,7 @@
 <embed href="text/scalc/01/exponsmooth_embd.xhp#etsmult"/>
 
 <paragraph id="hd_id0603201610005973" role="heading" level="2" 
xml-lang="en-US">Syntax</paragraph>
-<paragraph id="par_id0603201610010044" role="code" 
xml-lang="en-US">FORECAST.ETS.PI.MULT(target, values, timeline, [confidence], 
[period_length], [completion], [aggregation])</paragraph>
+<paragraph id="par_id0603201610010044" role="code" 
xml-lang="en-US">FORECAST.ETS.PI.MULT(target, values, timeline, 
[confidence_level], [period_length], [data_completion], 
[aggregation])</paragraph>
 <embed href="text/scalc/01/exponsmooth_embd.xhp#target"/>
 <embed href="text/scalc/01/exponsmooth_embd.xhp#values"/>
 <embed href="text/scalc/01/exponsmooth_embd.xhp#timeline"/>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to