diff options
author | Tobias Madl <tobias.madl.dev@gmail.com> | 2014-12-19 13:01:46 +0000 |
---|---|---|
committer | Tobias Madl <tobias.madl.dev@gmail.com> | 2015-03-06 12:27:04 +0000 |
commit | 9e678c14e4fc8e58b1e0530744f648fa3958d338 (patch) | |
tree | 53ccb6244cff1b2ee39bc4d7605f103108fa45bc /sc/inc | |
parent | 1028643bc7d294e4c32b4ccea288d90088abae53 (diff) |
Timer: Reversed some Idles to Timer
Change-Id: I213722cc98490430378014290cb09cca9e469bbb
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/scmod.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scmod.hxx b/sc/inc/scmod.hxx index 7d23cc7657bd..2c513a96deca 100644 --- a/sc/inc/scmod.hxx +++ b/sc/inc/scmod.hxx @@ -81,7 +81,7 @@ class ScAnyRefModalDlg; class ScModule: public SfxModule, public SfxListener, utl::ConfigurationListener { - Idle aIdle; + Timer aIdleTimer; Idle aSpellIdle; ScDragData* mpDragData; ScClipData* mpClipData; |