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 0298d5d650d7..1e08a5a1051a 100644 --- a/vcl/source/window/dialog.cxx +++ b/vcl/source/window/dialog.cxx @@ -912,7 +912,7 @@ short Dialog::Execute() while ( !aDelData.IsDead() && mbInExecute ) Application::Yield(); - ImplEndExecutModal(); + ImplEndExecuteModal(); #ifdef DBG_UTIL if( pDialogParent ) |