Kaydet (Commit) 81855d9a authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

One LineListBox to rule them all: started improving column sep line

üst 6447abca
This diff is collapsed.
...@@ -1431,7 +1431,6 @@ double MetricField::ConvertDoubleValue( double nValue, sal_uInt16 nDigits, ...@@ -1431,7 +1431,6 @@ double MetricField::ConvertDoubleValue( double nValue, sal_uInt16 nDigits,
{ {
while ( nDecDigits ) while ( nDecDigits )
{ {
nValue += 5;
nValue /= 10; nValue /= 10;
nDecDigits--; nDecDigits--;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment