tdf#163486: PVS: The variable was asign the same value.

V1048 The 'bNumeric' variable was assigned the same value. See line 205 and 232.

Change-Id: If047644a491c8c52933e9bc25d8d85dcbd3565c6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175154
Reviewed-by: David Gilbert <freedesktop@treblig.org>
Tested-by: Jenkins
This commit is contained in:
Bogdan Buzea 2024-10-18 21:18:12 +02:00 committed by David Gilbert
parent 7feaecc98a
commit e064452b8f

View file

@ -229,7 +229,6 @@ void OFlatTable::impl_fillColumnInfo_nothrow(QuotedTokenizedString const & aFirs
}
else
{
bNumeric = true;
sal_Int32 nDot = 0;
sal_Int32 nDecimalDelCount = 0;
sal_Int32 nSpaceCount = 0;