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

New commits:
commit a1769f834d9c199a75b48a897cc38bc878097be1
Author: Tobias Madl <tobias.madl....@gmail.com>
Date:   Thu Jan 22 14:20:04 2015 +0000

    Idle: Now using deinitialisation
    
    Change-Id: I12290bed7e4f298ab90393b8de6e2b6e7061e53f

diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx
index 3187f59..cd0ba59 100644
--- a/vcl/source/app/svmain.cxx
+++ b/vcl/source/app/svmain.cxx
@@ -390,7 +390,7 @@ void DeInitVCL()
     if ( pSVData->maAppData.mpIdleMgr )
         delete pSVData->maAppData.mpIdleMgr;
     Timer::ImplDeInitTimer();
-    Idle::ImplDeInitIdle;
+    Idle::ImplDeInitIdle();
 
     if ( pSVData->maWinData.mpMsgBoxImgList )
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to