[Libreoffice-commits] core.git: Branch 'feature/priorities' - vcl/source
Tobias Madl
tobias.madl.dev at gmail.com
Tue Jan 27 06:44:07 PST 2015
vcl/source/app/svmain.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a1769f834d9c199a75b48a897cc38bc878097be1
Author: Tobias Madl <tobias.madl.dev at 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 )
{
More information about the Libreoffice-commits
mailing list