Missing semicolon

Change-Id: I160163a377fc374174ca48814494b849d1d32c3f
This commit is contained in:
Stephan Bergmann
2016-01-08 11:21:52 +01:00
parent 604a3bfbcf
commit 6e2b8411a9

View File

@@ -884,7 +884,7 @@ short Dialog::Execute()
if( xDialogParent ) if( xDialogParent )
{ {
if( ! xDialogParent->IsDisposed() ) if( ! xDialogParent->IsDisposed() )
xDialogParent.clear() xDialogParent.clear();
else else
OSL_FAIL( "Dialog::Execute() - Parent of dialog destroyed in Execute()" ); OSL_FAIL( "Dialog::Execute() - Parent of dialog destroyed in Execute()" );
} }