summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/FormShellManager.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
commita65d5450b3254a8f880c39819ece980e69624283 (patch)
tree8a1f5acfb5bc01587ad275ee1993a3655ea576c3 /sd/source/ui/view/FormShellManager.cxx
parent9ff911b877ad5e942487c6a140cf9870762850f7 (diff)
CWS-TOOLING: integrate CWS sfxnotifyremoval
Diffstat (limited to 'sd/source/ui/view/FormShellManager.cxx')
-rw-r--r--sd/source/ui/view/FormShellManager.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sd/source/ui/view/FormShellManager.cxx b/sd/source/ui/view/FormShellManager.cxx
index 57e37738baac..d1aebf44f07b 100644
--- a/sd/source/ui/view/FormShellManager.cxx
+++ b/sd/source/ui/view/FormShellManager.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: FormShellManager.cxx,v $
- * $Revision: 1.12 $
+ * $Revision: 1.12.34.1 $
*
* This file is part of OpenOffice.org.
*
@@ -323,11 +323,7 @@ IMPL_LINK(FormShellManager, WindowEventHandler, VclWindowEvent*, pEvent)
-void FormShellManager::SFX_NOTIFY(
- SfxBroadcaster&,
- const TypeId& rBCType,
- const SfxHint& rHint,
- const TypeId& rHintType)
+void FormShellManager::Notify(SfxBroadcaster&, const SfxHint& rHint)
{
const SfxSimpleHint* pSimpleHint = dynamic_cast<const SfxSimpleHint*>(&rHint);
if (pSimpleHint!=NULL && pSimpleHint->GetId()==SFX_HINT_DYING)