diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-11-01 00:26:56 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-11-01 00:26:56 +0200 |
commit | 2ee41f402fdea5bed8076295ae3e94c79f92bd64 (patch) | |
tree | 2619bd60051a933c23d48b8f132360219fad1d13 /vcl/source/window | |
parent | 5a0aec771f10e14558ce229ff70cd81717d85ac8 (diff) |
Typo
Change-Id: I31cd13e6b11b73166e7a7f351c5eb3ea8038a4fc
Diffstat (limited to 'vcl/source/window')
-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 ) |