https://bugs.freedesktop.org/show_bug.cgi?id=60671
--- Comment #3 from Eike Rathke <[email protected]> --- Seeing your pointer to the forum thread: Apache OO in this regard behaves identical to LibreOffice, there's no difference, both return TRUE for =10<11<12 Excel is different because it does not promote the boolean result to integer and sorts boolean behind numbers. Specifically it does not evaluate a<b<c as a<(b<c). Try =10<11<12 (=> FALSE) vs =10<(11<12) (=> TRUE). (10<11) is boolean TRUE and with boolean sorted behind numbers it becomes boolean<12 that evaluates to FALSE. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
