summaryrefslogtreecommitdiff
path: root/automation/source/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-06-17 10:38:46 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-06-17 10:38:46 +0000
commitf45c0881568c58ddca7504391d38b367d252c3b2 (patch)
treeceec51470ad194f7b002e6ad1cfce9448e006a00 /automation/source/inc
parentabd2e1d28c72d8e4c8a5bbf8dfa70c92808058b6 (diff)
INTEGRATION: CWS gh6 (1.4.8); FILE MERGED
2004/05/18 12:40:44 gh 1.4.8.1: #116401# allow setting of environment variables for childprocesses from BASIC
Diffstat (limited to 'automation/source/inc')
-rw-r--r--automation/source/inc/testapp.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/automation/source/inc/testapp.hxx b/automation/source/inc/testapp.hxx
index 9060757bfcc0..1667070af12b 100644
--- a/automation/source/inc/testapp.hxx
+++ b/automation/source/inc/testapp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testapp.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2004-01-19 17:52:15 $
+ * last change: $Author: rt $ $Date: 2004-06-17 11:38:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,7 +68,7 @@
#endif
class CommunicationLink;
-class CommunicationManager;
+class CommunicationManagerClientViaSocketTT;
class CNames;
class ControlItemUId;
class CRevNames;
@@ -193,7 +193,7 @@ private:
USHORT nControlsObj;
void InitTestToolObj();
- CommunicationManager *pCommunicationManager;
+ CommunicationManagerClientViaSocketTT *pCommunicationManager;
void SendViaSocket();
BOOL Load( String aName, SbModule *pMod );