diff options
author | Jennifer Liebel <jliebel94@gmail.com> | 2014-11-10 14:57:14 +0000 |
---|---|---|
committer | Tobias Madl <tobias.madl.dev@gmail.com> | 2014-12-09 12:34:54 +0000 |
commit | 9824b78dd4ac44fe61d194854a4bc0e98015b4b2 (patch) | |
tree | 1f6ef6221f76c492a386e2bedb7b59fbe1978557 /include/svx | |
parent | 484129d08cc48595fe735f77bc3a30b5b8c3475a (diff) |
changed timers to idle
Change-Id: I5846940cc45781f4a0264047107dbb568604d543
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/sidebar/PanelLayout.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sidebar/PanelLayout.hxx b/include/svx/sidebar/PanelLayout.hxx index 93b0030127da..c696a6208414 100644 --- a/include/svx/sidebar/PanelLayout.hxx +++ b/include/svx/sidebar/PanelLayout.hxx @@ -23,7 +23,7 @@ class SVX_DLLPUBLIC PanelLayout : public Control, public VclBuilderContainer { private: - Timer m_aPanelLayoutTimer; + Idle m_aPanelLayoutIdle; bool m_bInClose; bool hasPanelPendingLayout() const; |