summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
authorTobias Madl <tobias.madl.dev@gmail.com>2014-11-04 11:51:18 +0000
committerTobias Madl <tobias.madl.dev@gmail.com>2014-12-09 12:34:50 +0000
commit379f61127e9851e91197007c706c24f479da2b38 (patch)
treecf9e1d3733741933712c8e555b16273e02d43045 /include/svtools
parentactivate BROADCAST_BROADCASTERS to speedup SetDirty with range (diff)
downloadcore-379f61127e9851e91197007c706c24f479da2b38.tar.gz
core-379f61127e9851e91197007c706c24f479da2b38.zip
Changed Idle Timers. into Idle
Change-Id: I44e33e9e04893237578eb685516fa5ffe43e397f
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/filechangedchecker.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/filechangedchecker.hxx b/include/svtools/filechangedchecker.hxx
index acff32dd5211..cea8d16b7020 100644
--- a/include/svtools/filechangedchecker.hxx
+++ b/include/svtools/filechangedchecker.hxx
@@ -23,7 +23,7 @@
class SVT_DLLPUBLIC FileChangedChecker
{
private :
- Timer mTimer;
+ Idle mIdle;
OUString mFileName;
TimeValue mLastModTime;
::boost::function0<void> mpCallback;