diff options
author | Jennifer Liebel <jliebel94@gmail.com> | 2014-11-11 10:57:22 +0000 |
---|---|---|
committer | Tobias Madl <tobias.madl.dev@gmail.com> | 2014-12-09 12:34:56 +0000 |
commit | d2b701977d65eaa45a1c25a1ac6d8d58131151a5 (patch) | |
tree | 4a58c1cb7aa2e660956d911e00dd9d43b7461b8f /svtools/source/inc | |
parent | 8a0ae49abe165218df5f473b35f924ff47144854 (diff) |
changed timers to idle
Change-Id: I6bb3225c171b1637f283de64a38dcff91f3c662c
Diffstat (limited to 'svtools/source/inc')
-rw-r--r-- | svtools/source/inc/svimpbox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/inc/svimpbox.hxx b/svtools/source/inc/svimpbox.hxx index 84a5235d9758..c98b62c4d730 100644 --- a/svtools/source/inc/svimpbox.hxx +++ b/svtools/source/inc/svimpbox.hxx @@ -125,7 +125,7 @@ private: Size aOutputSize; SelectionEngine aSelEng; ImpLBSelEng aFctSet; - Idle aAsyncBeginDragIdle; + Timer aAsyncBeginDragTimer; Point aAsyncBeginDragPos; long nYoffsNodeBmp; |