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

coverity#704611 Dereference after null check

Change-Id: I7ce68773c85408d0dc3d46bac85bcbd0f5806ade
üst 75010596
......@@ -1274,8 +1274,7 @@ IMPL_LINK( SvxSwPosSizeTabPage, PosHdl, ListBox *, pLB )
m_pVertByFT->Enable( bEnable );
}
if (pLB) // only if the hanlder has been called by a change of the controller
RangeModifyHdl( 0 );
RangeModifyHdl( 0 );
short nRel = 0;
if (pLB->GetSelectEntryCount())
......
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