diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-18 15:03:50 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-18 15:03:50 +0000 |
commit | 7de730a1f2c939654c6208baff41269d18c39b09 (patch) | |
tree | 2459add64cd14fc6ad7a919d4dffe69696d0b1b9 /automation/source/app/testbasi.cxx | |
parent | 036f385a392c49f783e6ba558507edc3f03804d9 (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'automation/source/app/testbasi.cxx')
-rw-r--r-- | automation/source/app/testbasi.cxx | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/automation/source/app/testbasi.cxx b/automation/source/app/testbasi.cxx index 76b21ac8f809..7cfc2df38012 100644 --- a/automation/source/app/testbasi.cxx +++ b/automation/source/app/testbasi.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testbasi.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mh $ $Date: 2002-11-18 11:13:26 $ + * last change: $Author: hr $ $Date: 2003-03-18 16:03:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -181,10 +181,14 @@ const String TTBasic::GetSpechialErrorText() void TTBasic::ReportRuntimeError( AppBasEd *pEditWin ) { SbxVariableRef aDummy = new SbxVariable; - aDummy->SetUserData( 22 ); + aDummy->SetUserData( 24 ); // ID_MaybeAddErr ((TestToolObj*)pTestObject)->SFX_NOTIFY( pTestObject->GetBroadcaster(), xx, SbxHint( SBX_HINT_DATAWANTED, aDummy ), xx ); - aDummy->SetUserData( 18 ); + aDummy->SetUserData( 18 ); // ID_ExceptLog ((TestToolObj*)pTestObject)->SFX_NOTIFY( pTestObject->GetBroadcaster(), xx, SbxHint( SBX_HINT_DATAWANTED, aDummy ), xx ); MyBasic::ReportRuntimeError( pEditWin ); } +void TTBasic::DebugFindNoErrors( BOOL bDebugFindNoErrors ) +{ + ((TestToolObj*)pTestObject)->DebugFindNoErrors( bDebugFindNoErrors ); +} |