summaryrefslogtreecommitdiff
path: root/automation/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-09-09 16:24:17 +0000
committerOliver Bolte <obo@openoffice.org>2004-09-09 16:24:17 +0000
commit3b1ab7fa65b224a065d0dcbbcec81f71d053470f (patch)
treed3de5b4660e767bc80e5d60fe4e1d7fc8fb22255 /automation/source
parent141c4c0cfbb4edd196e6b863575d5419c905ba30 (diff)
INTEGRATION: CWS toolbars2 (1.7.10); FILE MERGED
2004/08/11 12:49:23 cd 1.7.10.3: RESYNC: (1.7-1.8); FILE MERGED 2004/08/10 13:41:35 gh 1.7.10.2: #i32516#using new SmartIds in Testtool 2004/08/09 08:24:59 gh 1.7.10.1: #i32449#use SmartId from VCL
Diffstat (limited to 'automation/source')
-rw-r--r--automation/source/server/statemnt.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/automation/source/server/statemnt.hxx b/automation/source/server/statemnt.hxx
index f3477a43fda5..0ed42edf5cf0 100644
--- a/automation/source/server/statemnt.hxx
+++ b/automation/source/server/statemnt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: statemnt.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2004-08-02 15:49:11 $
+ * last change: $Author: obo $ $Date: 2004-09-09 17:24:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,7 +111,7 @@
#endif
#ifndef _SMARTID_HXX_
-#include "smartid.hxx"
+#include <vcl/smartid.hxx>
#endif
class Window;
@@ -302,10 +302,10 @@ public:
StatementList *pNext;
static StatementList /**pCurrent,*/ *pFirst;
static BOOL bReadingCommands;
- static ULONG nWindowWaitUId;
+ static SmartId aWindowWaitUId;
static Window *pWindowWaitPointer;
- static ULONG nWindowWaitOldHelpId;
- static ULONG nWindowWaitOldUniqueId;
+ static SmartId aWindowWaitOldHelpId;
+ static SmartId aWindowWaitOldUniqueId;
static RetStream *pRet;
static BOOL IsError;
static BOOL bDying;