diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:21:24 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:21:24 +0000 |
commit | 78862a052bf2c7fb390e5d205c70120053a4880f (patch) | |
tree | c43884b56c485e0836a67d3c9ce50dd6302f3e66 /automation/source | |
parent | 74eec0ae6920f4a82a633c528fa3445c530bb8f7 (diff) |
INTEGRATION: CWS warnings01 (1.4.12); FILE MERGED
2006/02/02 09:19:55 gh 1.4.12.1: removed compiler warnings
Diffstat (limited to 'automation/source')
-rw-r--r-- | automation/source/inc/testtool.hxx | 9 |
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; |