summaryrefslogtreecommitdiff
path: root/automation/source/testtool/tcommuni.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:27:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:27:36 +0000
commitb2ddfec7f450dda230719900f516bf014434d64c (patch)
tree33daf377e1dcfc2887604924fb7ae5ec071f6be5 /automation/source/testtool/tcommuni.hxx
parent8416c0aadfd29f72e0d8a3de591df443a0c08adc (diff)
INTEGRATION: CWS warnings01 (1.7.12); FILE MERGED
2006/02/02 09:20:04 gh 1.7.12.1: removed compiler warnings
Diffstat (limited to 'automation/source/testtool/tcommuni.hxx')
-rw-r--r--automation/source/testtool/tcommuni.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/automation/source/testtool/tcommuni.hxx b/automation/source/testtool/tcommuni.hxx
index d4d52bc7e..a654103bb 100644
--- a/automation/source/testtool/tcommuni.hxx
+++ b/automation/source/testtool/tcommuni.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tcommuni.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:33:55 $
+ * last change: $Author: hr $ $Date: 2006-06-20 00:27:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,7 +40,7 @@
#include <vos/thread.hxx>
#ifndef _STRING_LIST
-DECLARE_LIST( StringList, String * );
+DECLARE_LIST( StringList, String * )
#define _STRING_LIST
#endif
@@ -55,6 +55,7 @@ class CommunicationManagerClientViaSocketTT : public CommunicationManagerClientV
public:
CommunicationManagerClientViaSocketTT();
+ using CommunicationManagerClientViaSocket::StartCommunication;
virtual BOOL StartCommunication();
virtual BOOL StartCommunication( String aApp, String aParams, Environment *pChildEnv );