[Libreoffice-bugs] [Bug 90684] Hide decimal separator if number has no decimal part and no trailing zeroes are to be shown

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Nov 1 14:14:19 UTC 2017


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

--- Comment #10 from Eike Rathke <erack at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20171101/2fb05dd8/attachment.html>


More information about the Libreoffice-bugs mailing list