diff options
author | Jennifer Liebel <jliebel94@gmail.com> | 2014-11-13 13:10:55 +0000 |
---|---|---|
committer | Tobias Madl <tobias.madl.dev@gmail.com> | 2014-12-09 12:34:57 +0000 |
commit | e5f67b2e943366042bed9995327840c5a71eae2a (patch) | |
tree | 26b7fdbbca4ca8151209575c71a5efb53839e6d4 /sc/source/ui/inc | |
parent | 85e384f32b9f38e1cdcb4801dd6d8c66831f784e (diff) |
changed timers to idle
Change-Id: I05ccb8bd73070462edcc911956859aa7967b5901
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/anyrefdg.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/inc/dwfunctr.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/anyrefdg.hxx b/sc/source/ui/inc/anyrefdg.hxx index f3507ffe8283..945e36e0a3ac 100644 --- a/sc/source/ui/inc/anyrefdg.hxx +++ b/sc/source/ui/inc/anyrefdg.hxx @@ -121,7 +121,7 @@ private: SfxBindings* pMyBindings; vcl::Window* pActiveWin; - Timer aTimer; + Idle aIdle; OUString aDocName; // document on which the dialog was opened DECL_LINK( UpdateFocusHdl, void* ); diff --git a/sc/source/ui/inc/dwfunctr.hxx b/sc/source/ui/inc/dwfunctr.hxx index 80408668dde0..7ac4181191dc 100644 --- a/sc/source/ui/inc/dwfunctr.hxx +++ b/sc/source/ui/inc/dwfunctr.hxx @@ -46,7 +46,7 @@ class ScFunctionDockWin : public SfxDockingWindow, public SfxListener { private: - Timer aTimer; + Idle aIdle; ScPrivatSplit aPrivatSplit; ListBox aCatBox; ListBox aFuncList; |