diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-19 13:16:11 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-19 13:16:11 +0000 |
commit | d8c7c00568b2ad307ba8f72ecb0be12e32502c0f (patch) | |
tree | 94fa7c3aca17a7c709bae215b58927cc010b233a /automation/source/testtool/objtest.hxx | |
parent | 417b385a41adabcc274844bb9442cca9d3d1adaf (diff) |
INTEGRATION: CWS gh12 (1.12.16); FILE MERGED
2005/12/22 08:42:01 gh 1.12.16.1: #i54137#,#i37773#controls can now be assigned to object variables and searched for by name
Diffstat (limited to 'automation/source/testtool/objtest.hxx')
-rw-r--r-- | automation/source/testtool/objtest.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/automation/source/testtool/objtest.hxx b/automation/source/testtool/objtest.hxx index a19278fff..1c3a98186 100644 --- a/automation/source/testtool/objtest.hxx +++ b/automation/source/testtool/objtest.hxx @@ -4,9 +4,9 @@ * * $RCSfile: objtest.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: kz $ $Date: 2005-10-06 12:38:00 $ + * last change: $Author: hr $ $Date: 2006-04-19 14:16:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -241,7 +241,7 @@ class Controls: public SbxObject public: Controls( String aName ); ~Controls(); - void ChangeListener(); + void ChangeListener( SbxObject* pParent ); void SFX_NOTIFY( SfxBroadcaster&, const TypeId&, const SfxHint& rHint, const TypeId& ); virtual SbxVariable* Find( const String&, SbxClassType ); @@ -271,7 +271,6 @@ public: #define VAR_POOL_SIZE 8 SbxTransportMethodRef pMyVars[VAR_POOL_SIZE]; // Falls in Ausdrücken mehrere verwendet werden - ControlsRef pControlsObjs[VAR_POOL_SIZE]; Time aServerTimeout; |