diff options
Diffstat (limited to 'sd/source/ui/inc/View.hxx')
-rw-r--r-- | sd/source/ui/inc/View.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx index 962f75d9a9ba..e9630c7a2b21 100644 --- a/sd/source/ui/inc/View.hxx +++ b/sd/source/ui/inc/View.hxx @@ -276,8 +276,8 @@ protected: Point maDropPos; ::std::vector<OUString> maDropFileVector; sal_Int8 mnAction; - Timer maDropErrorTimer; - Timer maDropInsertFileTimer; + Idle maDropErrorIdle; + Idle maDropInsertFileIdle; sal_uInt16 mnLockRedrawSmph; boost::ptr_vector<SdViewRedrawRec> maLockedRedraws; bool mbIsDropAllowed; |