Fix comment
Change-Id: I2ae6e3cadc0f182c4798e5d33b0c7f07fbcbbff6
This commit is contained in:
@@ -338,7 +338,7 @@ void doubleToString(typename T::String ** pResult,
|
||||
{
|
||||
const sal_Int32 nDec = nDecPlaces - nDig2;
|
||||
nDecPlaces -= nDec;
|
||||
// nDec-1 is also offset into slot, rounded(-1=0) or not(-2=1)
|
||||
// nDec-1 is also offset into slot, rounded(1-1=0) or not(2-1=1)
|
||||
const size_t nSlot = ((fValue < fB3) ? 4 : ((fValue < fB2) ? 3
|
||||
: ((fValue < fB1) ? 2 : ((fValue < DBL_MAX) ? 1 : 0))));
|
||||
|
||||
|
Reference in New Issue
Block a user