[PATCH] Change in core[libreoffice-3-6]: don't always show integer part for fraction formats with har...
Noel Power (via Code Review)
gerrit at gerrit.libreoffice.org
Wed Nov 14 06:02:08 PST 2012
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/1064
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/64/1064/1
don't always show integer part for fraction formats with hard denom fdo#56205
fixes bug when you have a fraction format with a forced denominator e.g. '?/5'
which showed the integer part of the fraction ( as if the format was '# ?/5' )
but even without the space
e.g. before fix
pi 3.14159265358979 with format '?/8' would be shown as "31/8"
after the fix
3.14159265358979 with format '?/8' would be shown as "25/8"
Change-Id: I1feb8b78af94b90db1bcc30da248077243dd8dfc
Reviewed-on: https://gerrit.libreoffice.org/1047
Reviewed-by: Eike Rathke <erack at redhat.com>
Tested-by: Eike Rathke <erack at redhat.com>
---
M svl/source/numbers/zforscan.cxx
1 file changed, 3 insertions(+), 1 deletion(-)
--
To view, visit https://gerrit.libreoffice.org/1064
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1feb8b78af94b90db1bcc30da248077243dd8dfc
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-3-6
Gerrit-Owner: Noel Power <noel.power at suse.com>
Gerrit-Reviewer: Eike Rathke <erack at redhat.com>
More information about the LibreOffice
mailing list