From 256c5c3f28ef70b70d38e2e07dfca4baab654612 Mon Sep 17 00:00:00 2001 From: Tobias Madl Date: Wed, 14 Jan 2015 13:11:28 +0000 Subject: Idle and Timer are now completely independent And everything is functionating pretty well. Change-Id: Id7f5a995362f6f7c5235f2e9facb7c7f119f3140 --- vcl/source/app/svmain.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vcl') diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx index 49703e49b1bb..6ca6919ac69f 100644 --- a/vcl/source/app/svmain.cxx +++ b/vcl/source/app/svmain.cxx @@ -33,6 +33,7 @@ #include "vcl/svapp.hxx" #include "vcl/wrkwin.hxx" #include "vcl/cvtgrf.hxx" +#include "vcl/idle.hxx" #include "vcl/image.hxx" #include "vcl/settings.hxx" #include "vcl/unowrap.hxx" @@ -387,6 +388,7 @@ void DeInitVCL() if ( pSVData->maAppData.mpIdleMgr ) delete pSVData->maAppData.mpIdleMgr; Timer::ImplDeInitTimer(); + Idle::ImplDeInitIdle; if ( pSVData->maWinData.mpMsgBoxImgList ) { -- cgit