[Libreoffice-commits] help.git: source/text

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Wed Sep 2 10:32:27 UTC 2020


 source/text/scalc/01/04060106.xhp |    2 +-
 source/text/scalc/01/ODFF.xhp     |    7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit d9d73c9fcb86892de84ae870e09f380555a6fd5f
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Wed Sep 2 07:11:45 2020 -0300
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Wed Sep 2 12:32:06 2020 +0200

    tdf#136387 POWER(0,0) = 1
    
    Change-Id: Ie39042b7c42c350c0c054ced9336613c8704cb7b
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/101925
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/scalc/01/04060106.xhp b/source/text/scalc/01/04060106.xhp
index 3a9cc1106..ee630c619 100644
--- a/source/text/scalc/01/04060106.xhp
+++ b/source/text/scalc/01/04060106.xhp
@@ -735,7 +735,7 @@
 <paragraph id="par_id3159540" role="paragraph" xml-lang="en-US">Returns <emph>Base</emph> raised to the power of <emph>Exponent</emph>.</paragraph>
 <paragraph id="par_id5081637" role="paragraph" xml-lang="en-US">The same result may be achieved by using the exponentiation operator ^:</paragraph>
 <paragraph id="par_id9759514" role="code" xml-lang="en-US"><item type="literal">Base^Exponent</item></paragraph>
-
+<note id="par_id241599040594931"><literal>=POWER(0,0)</literal> returns 1.</note>
 <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
 <paragraph id="par_id3159594" role="paragraph" xml-lang="en-US"><item type="input">=POWER(4;3)</item> returns 64, which is 4 to the power of 3.</paragraph>
 <paragraph id="par_id1614429" role="paragraph" xml-lang="en-US">=4^3 also returns 4 to the power of 3.</paragraph><comment>see also EXP, LOG, SQRT</comment>
diff --git a/source/text/scalc/01/ODFF.xhp b/source/text/scalc/01/ODFF.xhp
index f5587998c..1ef91d5fa 100644
--- a/source/text/scalc/01/ODFF.xhp
+++ b/source/text/scalc/01/ODFF.xhp
@@ -16,7 +16,10 @@
 </meta>
 <body>
 <section id="odff">
-<paragraph id="hd_id1000010" role="note" xml-lang="en-US">This function is part of the Open Document Format for Office Applications (OpenDocument) standard Version 1.2. (ISO/IEC 26300:2-2015)</paragraph>
+<note id="hd_id1000010">This function is part of the Open Document Format for Office Applications (OpenDocument) standard Version 1.2. (ISO/IEC 26300:2-2015)</note>
+</section>
+<section id="odff13">
+<note id="hd_id1000013">This function is part of the Open Document Format for Office Applications (OpenDocument) standard Version 1.3.</note>
 </section>
 </body>
-</helpdocument>
\ No newline at end of file
+</helpdocument>


More information about the Libreoffice-commits mailing list