summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-09-30 06:36:06 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-09-30 06:36:06 +0000
commitf8fda7d6f1e7d32faa470e15d52a92f0be3c7dea (patch)
treec28459a89812aff5ece24594a982ab4971725bbe /automation
parent528df1e36902525a4c12c60645fb2db450725d75 (diff)
CWS-TOOLING: integrate CWS sfxnotifyremoval
Diffstat (limited to 'automation')
-rw-r--r--automation/source/app/testbasi.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/app/testbasi.cxx b/automation/source/app/testbasi.cxx
index dc9eefb52a8e..a7454dc549bd 100644
--- a/automation/source/app/testbasi.cxx
+++ b/automation/source/app/testbasi.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: testbasi.cxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.9.14.1 $
*
* This file is part of OpenOffice.org.
*
@@ -152,9 +152,9 @@ void TTBasic::ReportRuntimeError( AppBasEd *pEditWin )
{
SbxVariableRef aDummy = new SbxVariable;
aDummy->SetUserData( 24 ); // ID_MaybeAddErr
- ((TestToolObj*)pTestObject)->SFX_NOTIFY( pTestObject->GetBroadcaster(), xx, SbxHint( SBX_HINT_DATAWANTED, aDummy ), xx );
+ ((TestToolObj*)pTestObject)->Notify( pTestObject->GetBroadcaster(), SbxHint( SBX_HINT_DATAWANTED, aDummy ) );
aDummy->SetUserData( 18 ); // ID_ExceptLog
- ((TestToolObj*)pTestObject)->SFX_NOTIFY( pTestObject->GetBroadcaster(), xx, SbxHint( SBX_HINT_DATAWANTED, aDummy ), xx );
+ ((TestToolObj*)pTestObject)->Notify( pTestObject->GetBroadcaster(), SbxHint( SBX_HINT_DATAWANTED, aDummy ) );
MyBasic::ReportRuntimeError( pEditWin );
}