[Libreoffice-commits] core.git: Branch 'feature/tiledrendering' - vcl/source
Tor Lillqvist
tml at collabora.com
Sun Nov 3 19:22:39 CET 2013
vcl/source/window/dialog.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 215c9a708e1dc184b0efac0d7a9246715a7cf469
Author: Tor Lillqvist <tml at collabora.com>
Date: Fri Nov 1 00:26:56 2013 +0200
Typo
Change-Id: I31cd13e6b11b73166e7a7f351c5eb3ea8038a4fc
diff --git a/vcl/source/window/dialog.cxx b/vcl/source/window/dialog.cxx
index 0298d5d..1e08a5a 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 )
More information about the Libreoffice-commits
mailing list