Kaydet (Commit) 46fdbbfe authored tarafından Stephan Bergmann's avatar Stephan Bergmann

More loplugin:simplifybool

Change-Id: Id80e640852c0fda7a4fe3fcec33ca1f95407235d
üst e15d8936
......@@ -3803,7 +3803,7 @@ bool ImpSvNumberInputScan::IsNumberFormat( const OUString& rString, // s
}
}
if (res == false)
if (!res)
{
eScannedType = css::util::NumberFormat::TEXT;
fOutNumber = 0.0;
......
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