diff options
-rw-r--r-- | vcl/source/window/dialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/dialog.cxx b/vcl/source/window/dialog.cxx index 09cb50c296be..523eee956593 100644 --- a/vcl/source/window/dialog.cxx +++ b/vcl/source/window/dialog.cxx @@ -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()" ); } |