coverity#704987 Dereference after null check
Change-Id: I9c2b946ec3616a59ef06bf958ee4a81e1751e7ea
This commit is contained in:
@@ -2843,7 +2843,7 @@ const SwStartNode *SwHTMLParser::InsertTableSection( sal_uInt16 nPoolId )
|
|||||||
|
|
||||||
SwNode *const pNd = & pPam->GetPoint()->nNode.GetNode();
|
SwNode *const pNd = & pPam->GetPoint()->nNode.GetNode();
|
||||||
const SwStartNode *pStNd;
|
const SwStartNode *pStNd;
|
||||||
if( pTable && pTable->bFirstCell )
|
if (pTable->bFirstCell)
|
||||||
{
|
{
|
||||||
pNd->GetTxtNode()->ChgFmtColl( pColl );
|
pNd->GetTxtNode()->ChgFmtColl( pColl );
|
||||||
pTable->bFirstCell = false;
|
pTable->bFirstCell = false;
|
||||||
|
Reference in New Issue
Block a user