summaryrefslogtreecommitdiff
path: root/automation/source/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-03-26 11:06:17 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-03-26 11:06:17 +0000
commit7440e9cdab240a0ab3006890cdec505b26f8b3a0 (patch)
treee5cfd46e408c1da2005861c6623d306cecc09941 /automation/source/inc
parent6bbed3ff07a33bcd0143d62d5e5e31c96223bfa6 (diff)
INTEGRATION: CWS gh3 (1.1.12); FILE MERGED
2003/02/24 12:57:32 gh 1.1.12.1: #107646#change idle handler to own Timer and call it less frequently and only when needed
Diffstat (limited to 'automation/source/inc')
-rw-r--r--automation/source/inc/testtool.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/automation/source/inc/testtool.hxx b/automation/source/inc/testtool.hxx
index ba9d33273b7e..2fd667931fc4 100644
--- a/automation/source/inc/testtool.hxx
+++ b/automation/source/inc/testtool.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testtool.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mh $ $Date: 2002-11-18 11:12:08 $
+ * last change: $Author: vg $ $Date: 2003-03-26 12:06:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,6 +67,9 @@
#ifndef _LINK_HXX //autogen
#include <tools/link.hxx>
#endif
+#ifndef _SV_TIMER_HXX
+#include <vcl/timer.hxx>
+#endif
class Application;
class SvStream;
@@ -84,6 +87,8 @@ class ImplRemoteControl
friend class StatementFlow;
BOOL m_bIdleInserted;
+ AutoTimer m_aIdleTimer;
+ BOOL m_bInsideExecutionLoop;
#ifdef DEBUG
EditWindow *m_pDbgWin;
#endif