diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-04-26 23:49:56 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-04-27 14:10:10 +0200 |
commit | 94a9abec550eeb2363bd2fd5cb0f451b0aeeb59f (patch) | |
tree | 3f8849a6243fd9c3d430cea7a14f0261e3040d6f | |
parent | 14064200e02a2280c76e4de3d26d55995332eeb0 (diff) |
Fix attributes
Change-Id: I0153b7a2457130ae6cd8a313d86424662d0576e5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/92780
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/scalc/01/func_rawsubtract.xhp | 4 | ||||
-rw-r--r-- | source/text/scalc/01/statistics_anova.xhp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source/text/scalc/01/func_rawsubtract.xhp b/source/text/scalc/01/func_rawsubtract.xhp index 4bf0ed013c..ac9fd3bf2d 100644 --- a/source/text/scalc/01/func_rawsubtract.xhp +++ b/source/text/scalc/01/func_rawsubtract.xhp @@ -32,8 +32,8 @@ <paragraph id="par_id241585352178687" role="paragraph" xml-lang="en-US"><emph>Subtrahend 1[; Subtrahend 2][; ... ;[ Subtrahend 254]]</emph> are numbers or references to cells containing numbers.</paragraph> <paragraph id="par_2016112109235" role="paragraph" xml-lang="en-US">The function should be called with at least two parameters.</paragraph> <embed href="text/scalc/01/common_func.xhp#sectionexample"/> - <paragraph id="par_2016112109236" role="paragraph" xml-lang="en-US"><item type="literal">RAWSUBTRACT(0.987654321098765, 0.9876543210987)</item> returns 6.53921361504217E-14</paragraph> - <paragraph id="par_2016112109237" role="paragraph" xml-lang="en-US"><item type="literal">RAWSUBTRACT(0.987654321098765)</item> returns Err:511 (Missing variable) because RAWSUBTRACT requires a minimum of two numbers. </paragraph> + <paragraph id="par_2016112109236" role="paragraph" xml-lang="en-US"><input>=RAWSUBTRACT(0.987654321098765, 0.9876543210987)</input> returns 6.53921361504217E-14</paragraph> + <paragraph id="par_2016112109237" role="paragraph" xml-lang="en-US"><input>=RAWSUBTRACT(0.987654321098765)</input> returns Err:511 (Missing variable) because RAWSUBTRACT requires a minimum of two numbers. </paragraph> </section> </body> </helpdocument> diff --git a/source/text/scalc/01/statistics_anova.xhp b/source/text/scalc/01/statistics_anova.xhp index 7f135330f7..8aed3da8be 100644 --- a/source/text/scalc/01/statistics_anova.xhp +++ b/source/text/scalc/01/statistics_anova.xhp @@ -225,7 +225,7 @@ <paragraph id="par_id1001660" role="tablecontent" xml-lang="en-US" localize="false">0.0224614952</paragraph> </tablecell> <tablecell> -<paragraph id="par_id411554944014360" role="paragraph" xml-lang="en-US">3.340385558</paragraph> +<paragraph id="par_id411554944014360" role="paragraph" xml-lang="en-US" localize="false">3.340385558</paragraph> </tablecell> </tablerow> <tablerow> |