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

coverity#1194910 Dereference after null check

Change-Id: Ic6e06b78e9dee50fd3a68c79fc5689ac835ea023
üst 835b983d
...@@ -597,7 +597,7 @@ void SwPageFrm::_UpdateAttr( const SfxPoolItem *pOld, const SfxPoolItem *pNew, ...@@ -597,7 +597,7 @@ void SwPageFrm::_UpdateAttr( const SfxPoolItem *pOld, const SfxPoolItem *pNew,
// online layout. // online layout.
//MakeAll(); //MakeAll();
} }
else else if (pNew)
{ {
const SwFmtFrmSize &rSz = nWhich == RES_FMT_CHG ? const SwFmtFrmSize &rSz = nWhich == RES_FMT_CHG ?
((SwFmtChg*)pNew)->pChangedFmt->GetFrmSize() : ((SwFmtChg*)pNew)->pChangedFmt->GetFrmSize() :
......
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