cppcheck: variable reassigned before the old value has been used
For more details, see http://nabble.documentfoundation.org/Cppcheck-redundantAssignment-gridcell-cxx-svx-module-td4095032.html Change-Id: I9b74a819a1431f5eada727d14933133fbdf7a47f
This commit is contained in:
@@ -2145,8 +2145,6 @@ namespace
|
|||||||
if ( !_rxField->wasNull() )
|
if ( !_rxField->wasNull() )
|
||||||
{
|
{
|
||||||
_rField.SetValue( fValue );
|
_rField.SetValue( fValue );
|
||||||
BigInt aValue = _rField.GetCorrectedValue();
|
|
||||||
sValue = aValue.GetString();
|
|
||||||
sValue = _rField.GetText();
|
sValue = _rField.GetText();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user