[Libreoffice-commits] core.git: vcl/source

Tor Lillqvist tml at collabora.com
Thu Oct 31 23:27:23 CET 2013


 vcl/source/window/dialog.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2ee41f402fdea5bed8076295ae3e94c79f92bd64
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