From 5c0ecf9b570c595d6c19b86a279d9d8c45afbd20 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 30 Sep 2008 06:36:06 +0000 Subject: CWS-TOOLING: integrate CWS sfxnotifyremoval --- sc/source/ui/view/tabvwsh5.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sc/source/ui/view/tabvwsh5.cxx') diff --git a/sc/source/ui/view/tabvwsh5.cxx b/sc/source/ui/view/tabvwsh5.cxx index d64ac1b21915..36c0c0694d18 100644 --- a/sc/source/ui/view/tabvwsh5.cxx +++ b/sc/source/ui/view/tabvwsh5.cxx @@ -58,8 +58,7 @@ //================================================================== -void __EXPORT ScTabViewShell::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, - const SfxHint& rHint, const TypeId& rHintType ) +void __EXPORT ScTabViewShell::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) { if (rHint.ISA(SfxSimpleHint)) // ohne Parameter { @@ -304,7 +303,7 @@ void __EXPORT ScTabViewShell::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBC } } - SfxViewShell::SFX_NOTIFY( rBC, rBCType, rHint, rHintType ); + SfxViewShell::Notify( rBC, rHint ); } //------------------------------------------------------------------ -- cgit v1.2.3