diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-09-30 06:36:06 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-09-30 06:36:06 +0000 |
commit | e4ab2a6af1ca911fd31c8b88d012c9a4b949d1df (patch) | |
tree | 312f6c3226f82ba746dee3c0cb91685845a4230e /basic | |
parent | 5d2bfff0ba79f60adc413799658a5e32f6508587 (diff) |
CWS-TOOLING: integrate CWS sfxnotifyremoval
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/app/app.cxx | 3 | ||||
-rw-r--r-- | basic/source/app/appbased.cxx | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx index fc663888f3a0..0fef77f3b9ed 100644 --- a/basic/source/app/app.cxx +++ b/basic/source/app/app.cxx @@ -826,8 +826,7 @@ void BasicFrame::SetAutoRun( BOOL bAuto ) bIsAutoRun = bAuto; } -void BasicFrame::SFX_NOTIFY( SfxBroadcaster&, const TypeId&, - const SfxHint& rHint, const TypeId& ) +void BasicFrame::Notify( SfxBroadcaster&, const SfxHint& rHint ) { if ( rHint.ISA( TTExecutionStatusHint ) ) { diff --git a/basic/source/app/appbased.cxx b/basic/source/app/appbased.cxx index abb96b59557f..8a92d69ab259 100644 --- a/basic/source/app/appbased.cxx +++ b/basic/source/app/appbased.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: appbased.cxx,v $ - * $Revision: 1.13 $ + * $Revision: 1.13.20.1 $ * * This file is part of OpenOffice.org. * @@ -108,8 +108,7 @@ AppBasEd::~AppBasEd() pMod->SetName( CUniString("--").Append( pMod->GetName() ) ); } -void AppBasEd::SFX_NOTIFY( SfxBroadcaster&, const TypeId&, - const SfxHint& rHint, const TypeId& ) +void AppBasEd::Notify( SfxBroadcaster&, const SfxHint& rHint ) { const SfxSimpleHint* p = PTR_CAST(SfxSimpleHint,&rHint); if( p ) |