1 Index: automation/source/testtool/objtest.cxx
2 ===================================================================
3 RCS file: /cvs/util/automation/source/testtool/objtest.cxx,v
4 retrieving revision 1.20
5 diff -u -p -r1.20 objtest.cxx
6 --- automation/source/testtool/objtest.cxx 6 Oct 2005 12:37:43 -0000 1.20
7 +++ automation/source/testtool/objtest.cxx 3 Feb 2006 17:40:30 -0000
8 @@ -2715,7 +2719,8 @@ void TestToolObj::DebugFindNoErrors( BOO
10 SbxVariable* TestToolObj::Find( const String& aStr, SbxClassType aType)
12 - if ( BasicRuntimeAccess::IsRunInit() ) // wegen Find im "Global" Befehl des Basic
13 + if ( BasicRuntimeAccess::IsRunInit()
14 + || ( aStr == String( RTL_CONSTASCII_USTRINGPARAM( "ThisComponent" ) ) ) ) // wegen Find im "Global" Befehl des Basic
17 SbxVariableRef Old = SbxObject::Find(aStr, aType );