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
commit97f5f3aa728eb742f57d96d9ff61e9324d6620da (patch)
treebc9b9f45b8c53e3725a1c6b8f1e03901f2271f2e /automation
parent235ff0e9b52ae2cb0a9a90d83fa021c0e824ba7b (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 ee1f9f1d7..c53889f04 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 );
}