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

Stanislav Horacek stanislav.horacek at gmail.com
Sun Oct 20 05:10:37 PDT 2013


 source/text/scalc/01/04060105.xhp |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit b84ad6a5bf1076093ef74da9f8a53ed870629818
Author: Stanislav Horacek <stanislav.horacek at gmail.com>
Date:   Sun Oct 20 13:20:16 2013 +0200

    fdo#70632 remove incorrect notes for logical functions
    
    Change-Id: Ifaa57c0f284aaa7162554ab84249559db042b28e
    Reviewed-on: https://gerrit.libreoffice.org/6357
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/source/text/scalc/01/04060105.xhp b/source/text/scalc/01/04060105.xhp
index 98bbffd..b989582 100644
--- a/source/text/scalc/01/04060105.xhp
+++ b/source/text/scalc/01/04060105.xhp
@@ -46,8 +46,6 @@
                     oldref="29">AND</paragraph>
          <paragraph xml-lang="en-US" id="par_id3153959" role="paragraph" l10n="U" oldref="65"><ahelp hid="HID_FUNC_UND">Returns TRUE if all arguments are TRUE.</ahelp> If one of the elements is FALSE, this function returns the FALSE value.</paragraph>
          <paragraph xml-lang="en-US" id="par_id3146100" role="paragraph" l10n="U" oldref="66">The arguments are either logical expressions themselves (TRUE, 1<5, 2+3=7, B8<10) that return logical values, or arrays (A1:C3) containing logical values.</paragraph>
-         <paragraph xml-lang="en-US" id="par_id3150538" role="note" l10n="CHG" oldref="67">When a function expects a single value, but you entered a cell range, then the value from the cell range is taken that is in the same column or row as the formula.<comment>UFI: fixed #i18547#</comment></paragraph>
-         <paragraph xml-lang="en-US" id="par_id3149128" role="note" l10n="CHG" oldref="68">If the entered range is outside of the current column or row of the formula, the function returns the error value #VALUE!</paragraph>
          <paragraph xml-lang="en-US" id="hd_id3150374" role="heading" level="3" l10n="U"
                     oldref="31">Syntax</paragraph>
          <paragraph xml-lang="en-US" id="par_id3159123" role="code" l10n="U" oldref="32">AND(LogicalValue1; LogicalValue2 ...LogicalValue30)</paragraph>
@@ -124,8 +122,6 @@
                     oldref="20">OR</paragraph>
          <paragraph xml-lang="en-US" id="par_id3156060" role="paragraph" l10n="U" oldref="61"><ahelp hid="HID_FUNC_ODER">Returns TRUE if at least one argument is TRUE.</ahelp> This function returns the value FALSE, if all the arguments have the logical value FALSE.</paragraph>
          <paragraph xml-lang="en-US" id="par_id3148771" role="paragraph" l10n="U" oldref="62">The arguments are either logical expressions themselves (TRUE, 1<5, 2+3=7, B8<10) that return logical values, or arrays (A1:C3) containing logical values.</paragraph>
-         <paragraph xml-lang="en-US" id="par_id3153546" role="note" l10n="CHG" oldref="63">When a function expects a single value, but you entered a cell range, then the value from the cell range is taken that is in the same column or row as the formula.</paragraph>
-         <paragraph xml-lang="en-US" id="par_id3149027" role="note" l10n="CHG" oldref="64">If the entered range is outside of the current column or row of the formula, the function returns the error value #VALUE!</paragraph>
          <paragraph xml-lang="en-US" id="hd_id3155517" role="heading" level="3" l10n="U"
                     oldref="22">Syntax</paragraph>
          <paragraph xml-lang="en-US" id="par_id3150468" role="code" l10n="U" oldref="23">OR(LogicalValue1; LogicalValue2 ...LogicalValue30)</paragraph>
@@ -166,8 +162,6 @@
 <paragraph xml-lang="en-US" id="hd_id3156257" role="heading" level="2">XOR</paragraph>
          <paragraph xml-lang="en-US" id="par_id3155987" role="paragraph"><ahelp hid="HID_FUNC_XOR">Returns true if an odd number of arguments evaluates to TRUE.</ahelp></paragraph>
          <paragraph xml-lang="en-US" id="par_id3148772" role="paragraph">The arguments are either logical expressions themselves (TRUE, 1<5, 2+3=7, B8<10) that return logical values, or arrays (A1:C3) containing logical values.</paragraph>
-         <paragraph xml-lang="en-US" id="par_id3153547" role="note">When a function expects a single value, but you entered a cell range, then the value from the cell range is taken that is in the same column or row as the formula.</paragraph>
-         <paragraph xml-lang="en-US" id="par_id3149028" role="note">If the entered range is outside of the current column or row of the formula, the function returns the error value #VALUE!</paragraph>
          <paragraph xml-lang="en-US" id="hd_id3153718" role="heading" level="3">Syntax</paragraph>
          <paragraph xml-lang="en-US" id="par_id3150469" role="code">XOR(LogicalValue1; LogicalValue2 ...LogicalValue30)</paragraph>
          <paragraph xml-lang="en-US" id="hd_id3147176" role="heading" level="3">Example</paragraph>


More information about the Libreoffice-commits mailing list