diff options
author | Eike Rathke <erack@redhat.com> | 2019-08-09 15:11:09 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2019-08-09 17:10:08 +0200 |
commit | be8da97976658ff19b4dd010bff328cd3f424c1b (patch) | |
tree | 5a071d1806a9b748da5fd5a3a4acf94b50d09db4 /vcl/headless/svpgdi.cxx | |
parent | 844f9fa6ba7108b12758202c5fd08daa2a707641 (diff) |
Resolves: tdf#126766 fix rounding correction at start of negative values
doubleToString() is entered with an inaccuracy afflicted
fValue=-9999.9999999999927 for which the rounding into the next
magnitude incremented the '-' character to '.' instead of
appending a '1' (and '0' and then "000") thus yielded ".0000"
instead of "-10000"
This seems to have been always the case.
Change-Id: I66170defa71fec40ca0b85f68affde8eff0d5ccb
Reviewed-on: https://gerrit.libreoffice.org/77208
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'vcl/headless/svpgdi.cxx')
0 files changed, 0 insertions, 0 deletions