diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-10-06 11:38:00 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-10-06 11:38:00 +0000 |
commit | 7992c52cb4f888836791f2b6e1e757eaf7599d60 (patch) | |
tree | e8981abdef496f4d5e2c26aaf5960b191b8d1399 /automation/source | |
parent | cc886ebe3a05eb8c8b699ae1ccb3e7b7bb9919e4 (diff) |
INTEGRATION: CWS gh11 (1.10.56); FILE MERGED
2005/09/21 10:41:19 gh 1.10.56.2: RESYNC: (1.10-1.11); FILE MERGED
2005/09/01 12:39:54 gh 1.10.56.1: remove unused member
Diffstat (limited to 'automation/source')
-rw-r--r-- | automation/source/testtool/objtest.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/automation/source/testtool/objtest.hxx b/automation/source/testtool/objtest.hxx index cde5ef69bd10..8dc2d0013123 100644 --- a/automation/source/testtool/objtest.hxx +++ b/automation/source/testtool/objtest.hxx @@ -4,9 +4,9 @@ * * $RCSfile: objtest.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:32:22 $ + * last change: $Author: kz $ $Date: 2005-10-06 12:38:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -248,9 +248,6 @@ public: SbxTransportMethodRef pMethodVar; // zum Transport von Find nach Notify static CNames *pClasses; static ControlDefLoad __READONLY_DATA arClasses []; - -private: - TestToolObj* pTestToolObj; }; SV_DECL_IMPL_REF(Controls); |