Kaydet (Commit) f247b435 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unreachable code

Change-Id: I34414abe0375e003249ba271b24530f13016fa40
üst e913d286
......@@ -880,13 +880,6 @@ IMPL_LINK(LayoutMenu, WindowEventHandler, VclWindowEvent*, pEvent)
default:
return sal_False;
}
const SfxSimpleHint* pSimpleHint = PTR_CAST(SfxSimpleHint, pEvent);
if (pSimpleHint != NULL
&& pSimpleHint->GetId() == SFX_HINT_DYING)
{
return sal_True;
}
}
return sal_False;
......
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