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

coverity#1213080 Explicit null dereferenced

Change-Id: I8f696307164c30d1fd2b1214171982da426cf9b8
üst 0d78ad87
......@@ -80,7 +80,7 @@ bool SwCrsrShell::GoNextCell( bool bAppendLine )
{
if( pCrsr->HasMark() || !bAppendLine )
bRet = false;
else
else if (pTblNd)
{
// if there is no list anymore then create new one
if ( !pTableBox )
......
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