PVS: V1048 The 'bTestAllowed' variable was assigned the same value.

Change-Id: I8322b68ce93adedbcb5ae2462b5ed1868d3552db
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177013
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
This commit is contained in:
Xisco Fauli 2024-11-22 12:30:06 +01:00
parent e85d48c90e
commit a57d16d524

View file

@ -470,10 +470,7 @@ ApoTestResults SwWW8ImplReader::TestApo(int nCellLevel, bool bTableRowEnd,
//in tables)
if (nCellLevel == m_nInTable)
{
if (!m_nInTable)
bTestAllowed = true;
else
if (m_nInTable)
{
if (!m_xTableDesc)
{