https://bugs.documentfoundation.org/show_bug.cgi?id=148347
Bug ID: 148347
Summary: In logical operators AND + OR blanks are inserted when
cells are addressed.
Product: LibreOffice
Version: 3.4 all versions
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Description:
The content of a cell: IF((A=5) AND (B=6),27,29) will as time passes change to:
IF((A=5) AND (B=6),27,29)
I have seen this for the operators AND and OR.
It only happens if there is at least 1 space next to the operator AND / OR.
So IF((A=5)AND(B=6),27,29) will remain as written.
Actual Results:
Write a statement with AND or OR and a blank next to the operator. Then you
will see that the number of blanks is increasing. Why I do not know.
Expected Results:
It is not a bug created by any setting of my PC, it is a bug in the handling of
AND and OR functions.
Reproducible: Always
User Profile Reset: No
Additional Info:
No other info available
--
You are receiving this mail because:
You are the assignee for the bug.