Kaydet (Commit) 24a1e29d authored tarafından Noel Grandin's avatar Noel Grandin

cid#705915 dereference before null check

Change-Id: I1bd65e4beb99ff816be958d8ee345ee9937f6488
üst 2e6ba083
......@@ -1695,7 +1695,7 @@ static bool lcl_SetTxtFmtColl( const SwNodePtr& rpNode, void* pArgs )
SwTxtFmtColl* pFmt = static_cast<SwTxtFmtColl*>(pPara->pFmtColl);
if ( pPara->bReset )
{
if( pFmt->GetAttrOutlineLevel() == 0 && pPara )
if( pFmt->GetAttrOutlineLevel() == 0 )
pPara->bKeepOutlineLevelAttr = true;
lcl_RstAttr( pCNd, pPara );
......
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