From eef25e0e7c03b53881e19bedb20532950323ef09 Mon Sep 17 00:00:00 2001 From: Tobias Madl Date: Thu, 20 Nov 2014 16:21:17 +0000 Subject: changed timers to idles Change-Id: Iaceef008e7df91f3a9ad54fdaec25f2170100ee0 --- include/formula/funcutl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; -- cgit