summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--automation/source/inc/testtool.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/automation/source/inc/testtool.hxx b/automation/source/inc/testtool.hxx
index 143f65df7f1f..4462be3d0e32 100644
--- a/automation/source/inc/testtool.hxx
+++ b/automation/source/inc/testtool.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: testtool.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:18:39 $
+ * last change: $Author: hr $ $Date: 2006-06-20 00:21:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -66,7 +66,6 @@ class ImplRemoteControl
#if OSL_DEBUG_LEVEL > 1
EditWindow *m_pDbgWin;
#endif
- ImplRC* pImplRC;
public:
ImplRemoteControl();
@@ -78,10 +77,6 @@ public:
DECL_LINK( CommandHdl, Application* );
DECL_LINK( QueCommandsEvent, CommunicationLink* );
- ULONG nStoredServiceId;
- SvStream *pStoredStream;
-
- void ExecuteURL( String &aURL );
protected:
CommunicationManager *pServiceMgr;