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

Thomas Arnhold <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #2 from Thomas Arnhold <[email protected]> ---
Hi Ron, I think this works as expected. You get leading zeros if the length of
the numberstring is less then your specified count.

Eg. if you have 100 and take 3 leading zeros your result is 100. If you have
100 and 4 leading zeros you get 0100. So for numbers 1-9 you will get the
number itself with leading zeros set to 1 or 0. If your number starts with 0
there's a difference. See the example. I think what the user as default expects
is a leading zero for 0.1. So all is fine :)

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