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

coverity#1266468 Dereference null return value

Change-Id: Id37b0bc2618cf3aa47616116c62ac3ef8cf60304
üst f9c3d4e8
......@@ -900,7 +900,10 @@ void SwView::Execute(SfxRequest &rReq)
pCh = pVFrame->GetChildWindow( SID_NAVIGATOR );
}
if (pCh)
{
static_cast<SwNavigationPI*>( pCh->GetContextWindow(SW_MOD()))->GotoPage();
}
}
break;
case FN_EDIT_CURRENT_TOX:
......
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