connectivity/source/drivers/flat/ETable.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit e064452b8fc37148752021f2ba08bec9b3e29eb2 Author: Bogdan Buzea <buzea.bog...@libreoffice.org> AuthorDate: Fri Oct 18 21:18:12 2024 +0200 Commit: David Gilbert <freedesk...@treblig.org> CommitDate: Sun Nov 10 23:02:16 2024 +0100 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 <freedesk...@treblig.org> Tested-by: Jenkins diff --git a/connectivity/source/drivers/flat/ETable.cxx b/connectivity/source/drivers/flat/ETable.cxx index a9440ccb805e..73b4f04bf668 100644 --- a/connectivity/source/drivers/flat/ETable.cxx +++ b/connectivity/source/drivers/flat/ETable.cxx @@ -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;