diff options
author | Tobias Madl <tobias.madl.dev@gmail.com> | 2014-11-10 07:55:35 +0000 |
---|---|---|
committer | Tobias Madl <tobias.madl.dev@gmail.com> | 2014-12-09 12:34:52 +0000 |
commit | 83a5cc3a2d7e48e2939d8d5c50586e0ef2b8afd2 (patch) | |
tree | 87daa84cc68b4661f5c118a279f73ceb8c636fbe /sfx2/source/appl/newhelp.hxx | |
parent | 5849d637faba09b2a67d7d3c355d1e1b5ce52380 (diff) |
changed timer to idle
Change-Id: Ib04932fe0f9e742e47bdff83748ffc5eb5706d71
Diffstat (limited to 'sfx2/source/appl/newhelp.hxx')
-rw-r--r-- | sfx2/source/appl/newhelp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx index eb303e129b42..233a317fdd77 100644 --- a/sfx2/source/appl/newhelp.hxx +++ b/sfx2/source/appl/newhelp.hxx @@ -274,7 +274,7 @@ private: ListBox* m_pActiveLB; TabControl* m_pTabCtrl; - Timer aTimer; + Idle aIdle; Link aSelectFactoryLink; Link aPageDoubleClickLink; |