summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorTobias Madl <tobias.madl.dev@gmail.com>2014-11-21 08:12:11 +0000
committerTobias Madl <tobias.madl.dev@gmail.com>2014-12-09 12:35:04 +0000
commitb35820c000788eba3c50aa659f4174d2f613586d (patch)
tree001d1775b2e0145c13b0b23b3108736878ce9c6d /sd/inc
parenteef25e0e7c03b53881e19bedb20532950323ef09 (diff)
changed timers to idles
Change-Id: Iac97f482df9fca8563e6931e4c710c1cc4e6503d
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/drawdoc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index 6cd99ce335cf..524dcba959ce 100644
--- a/sd/inc/drawdoc.hxx
+++ b/sd/inc/drawdoc.hxx
@@ -149,7 +149,7 @@ private:
::sd::Outliner* mpOutliner; ///< local outliner for outline mode
::sd::Outliner* mpInternalOutliner; ///< internal outliner for creation of text objects
Timer* mpWorkStartupTimer;
- Timer* mpOnlineSpellingTimer;
+ Idle* mpOnlineSpellingIdle;
sd::ShapeList* mpOnlineSpellingList;
SvxSearchItem* mpOnlineSearchItem;
std::vector<sd::FrameView*> maFrameViewList;