diff options
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/conflictsdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/conflictsdlg.hxx b/sc/source/ui/inc/conflictsdlg.hxx index 461a7c7d20a9..57cc7242cb90 100644 --- a/sc/source/ui/inc/conflictsdlg.hxx +++ b/sc/source/ui/inc/conflictsdlg.hxx @@ -136,7 +136,7 @@ private: ScConflictsList& mrConflictsList; Size maDialogSize; - Timer maSelectionTimer; + Idle maSelectionIdle; bool mbInSelectHdl; bool mbInDeselectHdl; |