diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/crsr/trvltbl.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/crsr/trvltbl.cxx b/sw/source/core/crsr/trvltbl.cxx index fd0d20c55b4a..4b46c9813f01 100644 --- a/sw/source/core/crsr/trvltbl.cxx +++ b/sw/source/core/crsr/trvltbl.cxx @@ -65,8 +65,6 @@ bool SwCrsrShell::GoNextCell( bool bAppendLine ) if ( !pTblNd ) pTblNd = IsCrsrInTbl(); assert (pTblNd); - if (!pTblNd) - return false; pTableBox = & pTableBox->FindEndOfRowSpan( pTblNd->GetTable(), (sal_uInt16)(pTableBox->getRowSpan() + pCrsr->GetCrsrRowSpanOffset() ) ); pTableBoxStartNode = pTableBox->GetSttNd(); |