remove SFX_NOTIFY macro
it has not served any purpose since we switched to using normal C++ RTTI for the SfxHint objects Change-Id: Ic81353bcb7863ce892eb75296248ca14d8fd6c86
This commit is contained in:
@@ -523,8 +523,7 @@ void Shell::ArrangeTabBar()
|
||||
|
||||
|
||||
|
||||
void Shell::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId&,
|
||||
const SfxHint& rHint, const TypeId& )
|
||||
void Shell::Notify( SfxBroadcaster& rBC, const SfxHint& rHint )
|
||||
{
|
||||
if (GetShell())
|
||||
{
|
||||
|
@@ -125,8 +125,7 @@ private:
|
||||
|
||||
VclPtr<ModulWindow> ShowActiveModuleWindow( StarBASIC* pBasic );
|
||||
|
||||
virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
|
||||
const SfxHint& rHint, const TypeId& rHintType ) SAL_OVERRIDE;
|
||||
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) SAL_OVERRIDE;
|
||||
|
||||
virtual void Activate(bool bMDI) SAL_OVERRIDE;
|
||||
virtual void Deactivate(bool bMDI) SAL_OVERRIDE;
|
||||
|
Reference in New Issue
Block a user