summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwsh5.cxx
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
commit5c0ecf9b570c595d6c19b86a279d9d8c45afbd20 (patch)
tree2684aeb40f97db67af1f74230147c7b48fda5305 /sc/source/ui/view/tabvwsh5.cxx
parent716636d558e9cc9b910da6d127314d2b20cdf0b6 (diff)
CWS-TOOLING: integrate CWS sfxnotifyremoval
Diffstat (limited to 'sc/source/ui/view/tabvwsh5.cxx')
-rw-r--r--sc/source/ui/view/tabvwsh5.cxx5
1 files changed, 2 insertions, 3 deletions
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 );
}
//------------------------------------------------------------------