summaryrefslogtreecommitdiff
path: root/include/formula
diff options
context:
space:
mode:
authorTobias Madl <tobias.madl.dev@gmail.com>2014-11-20 16:21:17 +0000
committerTobias Madl <tobias.madl.dev@gmail.com>2014-12-09 12:35:04 +0000
commiteef25e0e7c03b53881e19bedb20532950323ef09 (patch)
treed44b0a32f20ba1a09c62bbb9dfa296eb3b0a3463 /include/formula
parent50fdcff56a863ef69245c628e68d8673830ebbaa (diff)
changed timers to idles
Change-Id: Iaceef008e7df91f3a9ad54fdaec25f2170100ee0
Diffstat (limited to 'include/formula')
-rw-r--r--include/formula/funcutl.hxx2
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;