Issue 126527 - Formulae Keep Getting Additional Spaces Added
Summary: Formulae Keep Getting Additional Spaces Added
Status: UNCONFIRMED
Alias: None
Product: Calc
Classification: Application
Component: editing (show other issues)
Version: 4.1.1
Hardware: All All
: P5 (lowest) Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-15 19:16 UTC by Jim
Modified: 2015-09-15 19:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Jim 2015-09-15 19:16:10 UTC
I typed the following formula with a single space between each element but when I revisit the cell I find Calc has added many unwanted spaces, so now it looks as below:

=IF (                                                                                                       AND                                                                                                       ( $F50 = "" ;                                                                                                        OR                                                                                                        ( $E50 <> "" ;                                                                                                        AND                                                                                                        ( $R50 <> "" ; $R50 > TODAY() ) ) ) ; $I50 * $J50 * ( $B$6 / 7 ) ; "" )

I don't know if this is a bug or a feature but thought I'd log it just in case....