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

coverity#1237351 Logically dead code

Change-Id: Ia82d8d137c5f36cc48826cc851d6f00626e978aa
üst a30d5cd9
...@@ -376,7 +376,7 @@ void SfxPickList::Notify( SfxBroadcaster&, const SfxHint& rHint ) ...@@ -376,7 +376,7 @@ void SfxPickList::Notify( SfxBroadcaster&, const SfxHint& rHint )
if ( pEventHint ) if ( pEventHint )
{ {
// only ObjectShell-related events with media interest // only ObjectShell-related events with media interest
SfxObjectShell* pDocSh = pEventHint ? pEventHint->GetObjShell() : NULL; SfxObjectShell* pDocSh = pEventHint->GetObjShell();
if( !pDocSh ) if( !pDocSh )
return; return;
......
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