diff options
author | Tobias Madl <tobias.madl.dev@gmail.com> | 2014-11-20 16:21:17 +0000 |
---|---|---|
committer | Tobias Madl <tobias.madl.dev@gmail.com> | 2014-12-09 12:35:04 +0000 |
commit | eef25e0e7c03b53881e19bedb20532950323ef09 (patch) | |
tree | d44b0a32f20ba1a09c62bbb9dfa296eb3b0a3463 /include | |
parent | 50fdcff56a863ef69245c628e68d8673830ebbaa (diff) |
changed timers to idles
Change-Id: Iaceef008e7df91f3a9ad54fdaec25f2170100ee0
Diffstat (limited to 'include')
-rw-r--r-- | include/formula/funcutl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/formula/funcutl.hxx b/include/formula/funcutl.hxx index 097d73772bf5..bc407057d183 100644 --- a/include/formula/funcutl.hxx +++ b/include/formula/funcutl.hxx @@ -32,7 +32,7 @@ class IControlReferenceHandler; class FORMULA_DLLPUBLIC RefEdit : public Edit { private: - Timer aTimer; + Idle aIdle; IControlReferenceHandler* pAnyRefDlg; // parent dialog vcl::Window* pLabelWidget; |