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

coverity#1158239 Dereference before null check

Change-Id: Ieb358c5449cdb2a0c4ce5c5602b6023f3697a57c
üst 6c7b64ba
......@@ -2736,7 +2736,7 @@ void SwContentTree::KeyInput(const KeyEvent& rEvent)
}
//mod end
}
if ( pActiveShell && !hasObjectMarked )
if ( !hasObjectMarked )
{
SwEditWin& pEditWindow =
pActiveShell->GetView().GetEditWin();
......
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