Missing semicolon
Change-Id: I160163a377fc374174ca48814494b849d1d32c3f
This commit is contained in:
@@ -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()" );
|
||||
}
|
||||
|
Reference in New Issue
Block a user