sw/source/filter/ww8/ww8par2.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit a57d16d5243cc8b89f0ba9f345bda15685d9f6b5 Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Fri Nov 22 12:30:06 2024 +0100 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Fri Nov 22 14:54:08 2024 +0100 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 <xiscofa...@libreoffice.org> diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx index 0f5e7129b5f0..dc2a4ed4f77a 100644 --- a/sw/source/filter/ww8/ww8par2.cxx +++ b/sw/source/filter/ww8/ww8par2.cxx @@ -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) {