Fix MSVC build
Change-Id: I14f9b8e7b7e2cdcbdc60de17471b1a3a381d83f0
This commit is contained in:
@@ -176,7 +176,7 @@ static bool ImplNumericGetValue( const OUString& rStr, sal_Int64& rValue,
|
|||||||
if ( aStr1.isEmpty() )
|
if ( aStr1.isEmpty() )
|
||||||
aStr1 = "0";
|
aStr1 = "0";
|
||||||
if ( bNegative )
|
if ( bNegative )
|
||||||
aStr1 = "-" + aStr1;
|
aStr1.insert(0, "-");
|
||||||
|
|
||||||
// prune and round fraction
|
// prune and round fraction
|
||||||
bool bRound = false;
|
bool bRound = false;
|
||||||
|
Reference in New Issue
Block a user