summaryrefslogtreecommitdiff
path: root/vcl/source/app/svapp.cxx
diff options
context:
space:
mode:
authorTobias Madl <tobias.madl.dev@gmail.com>2015-01-14 08:29:37 +0100
committerTobias Madl <tobias.madl.dev@gmail.com>2015-03-06 12:27:05 +0000
commitd8305248f687ffa522b56955508d82d60ad5b8c6 (patch)
tree9061eca3a38e56946722fc0ae87b2cd3b44e7266 /vcl/source/app/svapp.cxx
parenta74efa665c8199899cd778900de686e2b8710fee (diff)
Idle: Idle and Timer completely independend
Now the Idle and Timer are divided in two seperate classes. But now all changed idles need a new import, before the programm is working again. Change-Id: I5be7424622b6fcc993c621fa4a11fbee1b6d9bf2
Diffstat (limited to 'vcl/source/app/svapp.cxx')
-rw-r--r--vcl/source/app/svapp.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 3fd670202e5a..3b6b16142cb2 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -45,6 +45,7 @@
#include "vcl/cvtgrf.hxx"
#include "vcl/unowrap.hxx"
#include "vcl/timer.hxx"
+#include "vcl/idle.hxx"
#include "vcl/unohelp.hxx"
#include "vcl/lazydelete.hxx"
@@ -349,7 +350,7 @@ inline void ImplYield( bool i_bWait, bool i_bAllEvents )
}
//Process all idles
- Timer::Timer::ProcessAllIdleHandlers();
+ Idle::Idle::ProcessAllIdleHandlers();
pSVData->maAppData.mnDispatchLevel++;
// do not wait for events if application was already quit; in that