Kaydet (Commit) 5e217d65 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: C4702: unreachable code

regression from...

commit 31bc9a22
Date:   Sat Jan 9 03:09:49 2016 +0530

    tdf#96888 Kill internal vcl dog-tags ...

Change-Id: I3fb375701cd1f8d8d0ea7f8a22b727881eaf90eb
üst 7c76db3c
...@@ -3138,9 +3138,7 @@ sal_uInt16 PopupMenu::ImplExecute( const VclPtr<vcl::Window>& pW, const Rectangl ...@@ -3138,9 +3138,7 @@ sal_uInt16 PopupMenu::ImplExecute( const VclPtr<vcl::Window>& pW, const Rectangl
if( ! pW->IsDisposed() ) if( ! pW->IsDisposed() )
pW->ImplDecModalCount(); pW->ImplDecModalCount();
if ( !pWin->IsDisposed() ) if ( pWin->IsDisposed() )
return 0;
else
return 0; return 0;
// Restore focus (could already have been // Restore focus (could already have been
......
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