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:
Julien Nabet 2014-02-05 19:53:30 +01:00
parent d50e08b4e1
commit 5ca114ece2

View File

@ -2145,8 +2145,6 @@ namespace
if ( !_rxField->wasNull() )
{
_rField.SetValue( fValue );
BigInt aValue = _rField.GetCorrectedValue();
sValue = aValue.GetString();
sValue = _rField.GetText();
}
}