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:
parent
e85d48c90e
commit
a57d16d524
1 changed files with 1 additions and 4 deletions
|
@ -470,10 +470,7 @@ ApoTestResults SwWW8ImplReader::TestApo(int nCellLevel, bool bTableRowEnd,
|
||||||
//in tables)
|
//in tables)
|
||||||
if (nCellLevel == m_nInTable)
|
if (nCellLevel == m_nInTable)
|
||||||
{
|
{
|
||||||
|
if (m_nInTable)
|
||||||
if (!m_nInTable)
|
|
||||||
bTestAllowed = true;
|
|
||||||
else
|
|
||||||
{
|
{
|
||||||
if (!m_xTableDesc)
|
if (!m_xTableDesc)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue