diff options
author | Tobias Madl <tobias.madl.dev@gmail.com> | 2014-11-17 09:25:25 +0000 |
---|---|---|
committer | Tobias Madl <tobias.madl.dev@gmail.com> | 2014-12-09 12:34:58 +0000 |
commit | d9f9cb96c9874767656bcb02dfdc661336afbddf (patch) | |
tree | a6bc8a858071c793bd81ccee7bfb231e44dfbb6e /include/sfx2 | |
parent | d843f3de731667a298a83fc66637c7f983f3b24d (diff) |
changed timers to idles
Change-Id: Icb6e3e72939ab0d04d9f099f1e476131a223de48
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/dinfdlg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx index 63422698cbfc..e345bb873698 100644 --- a/include/sfx2/dinfdlg.hxx +++ b/include/sfx2/dinfdlg.hxx @@ -422,8 +422,8 @@ private: std::vector< CustomPropertyLine* > m_aCustomPropertiesLines; CustomPropertyLine* m_pCurrentLine; SvNumberFormatter m_aNumberFormatter; - Timer m_aEditLoseFocusTimer; - Timer m_aBoxLoseFocusTimer; + Idle m_aEditLoseFocusIdle; + Idle m_aBoxLoseFocusIdle; Link m_aRemovedHdl; DECL_LINK( TypeHdl, CustomPropertiesTypeBox* ); |