https://bz.apache.org/ooo/show_bug.cgi?id=127274
--- Comment #2 from [email protected] --- (In reply to oooforum (fr) from comment #1) > What kind of format did you expect with this notation? Desired: +1E+6 => 1.0e6 +1E-6 => 1.0e-6 -1E+6 => -1.0e6 -1E-6 => -1.0e-6 Which works as expected, but after a save/open it reverts back to 0.0E+6 After save and open: +1E+6 => 1.0E+6 +1E-6 => 1.0E-6 -1E+6 => -1.0E+6 -1E-6 => -1.0E-6 -- You are receiving this mail because: You are the assignee for the issue.
