coverity#704985 Dereference after null check

Change-Id: I9e7404ef15fe7c62aa51d1f5f4157f9f24ac7de5
This commit is contained in:
Caolán McNamara
2014-03-24 10:04:37 +00:00
parent 40a52f5f6e
commit b82958d30e

View File

@@ -1249,6 +1249,7 @@ static Writer& OutHTML_FrmFmtTableNode( Writer& rWrt, const SwFrmFmt& rFrmFmt )
if( pTxtNd )
aCaption = pTxtNd->GetTxt();
if( pTblNd )
{
HTMLSaveData aSaveData( rHTMLWrt, pTblNd->GetIndex()+1,
pTblNd->EndOfSectionIndex(),