https://bugs.documentfoundation.org/show_bug.cgi?id=90684

--- Comment #10 from Eike Rathke <er...@redhat.com> ---
The case the original report actually was about.
#,##0.??
creates a format that reserves a blank space for trailing zero digits after the
decimal separator. With integer values the decimal separator is still
displayed, but shouldn't.
1.23 => "1.23"
1.2  => "1.2 "
1    => "1.  " should be "1   "

Comment 8 seems to talk about some earlier version where that might had
happened with .## as well, it doesn't now (and also not in 5.3 fwiw).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to