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

Olivier Hallot olivier.hallot at libreoffice.org
Thu Mar 22 19:10:27 UTC 2018


 source/text/scalc/01/04060105.xhp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d0a2cca6885c900fd362bdd7a72e382fe3b34ef4
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
Date:   Thu Mar 22 12:45:34 2018 -0300

    tdf#105562 Correct page for AND/OR logic function
    
    Change-Id: I2dcc976e2ea090da68d4d8389c58847f6c6fb082
    Reviewed-on: https://gerrit.libreoffice.org/51744
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
    Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/scalc/01/04060105.xhp b/source/text/scalc/01/04060105.xhp
index 983053c99..9a78019ae 100644
--- a/source/text/scalc/01/04060105.xhp
+++ b/source/text/scalc/01/04060105.xhp
@@ -66,7 +66,7 @@
          <paragraph xml-lang="en-US" id="hd_id3150374" role="heading" level="3">Syntax</paragraph>
          <paragraph xml-lang="en-US" id="par_id3159123" role="code">AND(LogicalValue1; LogicalValue2 ...LogicalValue30)</paragraph>
          <paragraph xml-lang="en-US" id="par_id3150038" role="paragraph">
-            <emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> are conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses the value from the range that is in the current column or row. The result is TRUE if the logical value in all cells within the cell range is TRUE.</paragraph>
+            <emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> are conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses all values of the range. The result is TRUE if the logical value in all cells within the cell range is TRUE.</paragraph>
          <paragraph xml-lang="en-US" id="hd_id3149143" role="heading" level="3">Example</paragraph>
          <paragraph xml-lang="en-US" id="par_id3153123" role="paragraph">The logical values of entries 12<13; 14>12, and 7<6 are to be checked:</paragraph>
          <paragraph xml-lang="en-US" id="par_id3145632" role="paragraph">
@@ -133,7 +133,7 @@
          <paragraph xml-lang="en-US" id="hd_id3155517" role="heading" level="3">Syntax</paragraph>
          <paragraph xml-lang="en-US" id="par_id3150468" role="code">OR(LogicalValue1; LogicalValue2 ...LogicalValue30)</paragraph>
          <paragraph xml-lang="en-US" id="par_id3155819" role="paragraph">
-            <emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> are conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses the value from the range that is in the current column or row.<comment>UFI: first try to fix bugtraq 4905779</comment></paragraph>
+            <emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> are conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses all values of the range.<comment>UFI: first try to fix bugtraq 4905779</comment></paragraph>
          <paragraph xml-lang="en-US" id="hd_id3153228" role="heading" level="3">Example</paragraph>
          <paragraph xml-lang="en-US" id="par_id3154870" role="paragraph">The logical values of entries 12<11; 13>22, and 45=45 are to be checked.</paragraph>
          <paragraph xml-lang="en-US" id="par_id3155371" role="paragraph">


More information about the Libreoffice-commits mailing list