From b84ad6a5bf1076093ef74da9f8a53ed870629818 Mon Sep 17 00:00:00 2001 From: Stanislav Horacek Date: Sun, 20 Oct 2013 13:20:16 +0200 Subject: fdo#70632 remove incorrect notes for logical functions Change-Id: Ifaa57c0f284aaa7162554ab84249559db042b28e Reviewed-on: https://gerrit.libreoffice.org/6357 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- source/text/scalc/01/04060105.xhp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/text/scalc/01/04060105.xhp b/source/text/scalc/01/04060105.xhp index 98bbffd696..b989582aad 100644 --- a/source/text/scalc/01/04060105.xhp +++ b/source/text/scalc/01/04060105.xhp @@ -46,8 +46,6 @@ oldref="29">AND Returns TRUE if all arguments are TRUE. If one of the elements is FALSE, this function returns the FALSE value. 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. - 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.UFI: fixed #i18547# - If the entered range is outside of the current column or row of the formula, the function returns the error value #VALUE! Syntax AND(LogicalValue1; LogicalValue2 ...LogicalValue30) @@ -124,8 +122,6 @@ oldref="20">OR Returns TRUE if at least one argument is TRUE. This function returns the value FALSE, if all the arguments have the logical value FALSE. 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. - 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. - If the entered range is outside of the current column or row of the formula, the function returns the error value #VALUE! Syntax OR(LogicalValue1; LogicalValue2 ...LogicalValue30) @@ -166,8 +162,6 @@ XOR Returns true if an odd number of arguments evaluates to TRUE. 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. - 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. - If the entered range is outside of the current column or row of the formula, the function returns the error value #VALUE! Syntax XOR(LogicalValue1; LogicalValue2 ...LogicalValue30) Example -- cgit v1.2.3