Kaydet (Commit) 1cced813 authored tarafından Michael Stahl's avatar Michael Stahl

vcl: coverity#1348469 identical branches

Change-Id: I49fb0826e5118d139fb2b86c60b74ef15a4b2cda
üst 99ab23d2
......@@ -1972,14 +1972,7 @@ static void ImplHandleUserEvent( ImplSVEvent* pSVEvent )
{
if ( pSVEvent->mbCall && !pSVEvent->maDelData.IsDead() )
{
if ( pSVEvent->mpWindow )
{
pSVEvent->maLink.Call( pSVEvent->mpData );
}
else
{
pSVEvent->maLink.Call( pSVEvent->mpData );
}
pSVEvent->maLink.Call( pSVEvent->mpData );
}
delete pSVEvent;
......
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