Kaydet (Commit) 002726d8 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1187648 Logically dead code

Change-Id: I9d5425383600fa7c621f58ded52a211f4424575a
üst e0e61322
......@@ -884,7 +884,7 @@ static bool lcl_UpDown( SwPaM *pPam, const SwCntntFrm *pStart,
nX += pTab->Frm().Left() - pTable->Frm().Left();
pTable = pTab;
}
const SwLayoutFrm *pCell = pTable ? pCnt->GetUpper() : 0;
const SwLayoutFrm *pCell = pCnt->GetUpper();
while ( pCell && !pCell->IsCellFrm() )
pCell = pCell->GetUpper();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment