Missing semicolon
Change-Id: I160163a377fc374174ca48814494b849d1d32c3f
This commit is contained in:
parent
604a3bfbcf
commit
6e2b8411a9
@ -884,7 +884,7 @@ short Dialog::Execute()
|
||||
if( xDialogParent )
|
||||
{
|
||||
if( ! xDialogParent->IsDisposed() )
|
||||
xDialogParent.clear()
|
||||
xDialogParent.clear();
|
||||
else
|
||||
OSL_FAIL( "Dialog::Execute() - Parent of dialog destroyed in Execute()" );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user