summaryrefslogtreecommitdiff
path: root/patches/dev300/automation-testtool-oobuildfix.diff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-01-28 21:26:09 +0100
committerMichael Stahl <mstahl@redhat.com>2012-01-28 21:26:09 +0100
commit7947d959db2a84860cdfd479d95ea5b30fdba051 (patch)
tree4cc2ec4d16ee75d338f85d966b089ca5a0240097 /patches/dev300/automation-testtool-oobuildfix.diff
parent2786d0238b25d7bcc1408bb1a45a8f7f4bd1febd (diff)
replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmaster
Diffstat (limited to 'patches/dev300/automation-testtool-oobuildfix.diff')
-rw-r--r--patches/dev300/automation-testtool-oobuildfix.diff21
1 files changed, 0 insertions, 21 deletions
diff --git a/patches/dev300/automation-testtool-oobuildfix.diff b/patches/dev300/automation-testtool-oobuildfix.diff
deleted file mode 100644
index b075550cd..000000000
--- a/patches/dev300/automation-testtool-oobuildfix.diff
+++ /dev/null
@@ -1,21 +0,0 @@
----
- automation/source/testtool/objtest.cxx | 3 ++-
- 1 files changed, 2 insertions(+), 1 deletions(-)
-
-diff --git automation/source/testtool/objtest.cxx automation/source/testtool/objtest.cxx
-index 38dfa61..665dd5a 100644
---- automation/source/testtool/objtest.cxx
-+++ automation/source/testtool/objtest.cxx
-@@ -2884,7 +2884,8 @@ void TestToolObj::DebugFindNoErrors( BOOL bDebugFindNoErrors )
-
- SbxVariable* TestToolObj::Find( const String& aStr, SbxClassType aType)
- {
-- if ( BasicRuntimeAccess::IsRunInit() ) // wegen Find im "Global" Befehl des Basic
-+ if ( BasicRuntimeAccess::IsRunInit()
-+ || ( aStr == String( RTL_CONSTASCII_USTRINGPARAM( "ThisComponent" ) ) ) ) // wegen Find im "Global" Befehl des Basic
- return NULL;
-
- SbxVariableRef Old = SbxObject::Find(aStr, aType );
---
-1.7.0.1
-