https://bugs.freedesktop.org/show_bug.cgi?id=67822

--- Comment #2 from Mike Kaganski <[email protected]> ---
Well, this is reproducible in 4.1.0.4 under Win7x64. The Format string changes
on save and reopening: it becomes “#,#####.”. This is a bug.

Still, the original format string is illegal (and logicaly meaningless).
#,##0.00 means “if absent, omit all digits to the left of decomal separator,
and two digits to the right of it, and show the third to the right, after which
show a dot and two zeroes”. How is it possible to omit two first fractional
digits and show third?

I don't know the reason for it, but the correct format string would be
#,000”.00” (it shows the same, and persist after save/reopen).

I hesitate to set it to NEW, as it is logically inconsistent bug. Someone more
experienced advise would be very helpful.

-- 
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

Reply via email to