summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdmrkv.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
commitcef0495d86889fa0a764dc7101b5fb6c709f26d1 (patch)
treea1f4afd70b66a087020729953abc972522a2baf5 /svx/source/svdraw/svdmrkv.cxx
parentd22299433f22110def9077a5fd704c0eb5b0c49a (diff)
CWS-TOOLING: integrate CWS sfxnotifyremoval
Diffstat (limited to 'svx/source/svdraw/svdmrkv.cxx')
-rw-r--r--svx/source/svdraw/svdmrkv.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdmrkv.cxx b/svx/source/svdraw/svdmrkv.cxx
index fdfebdb1ab..9e8494d69f 100644
--- a/svx/source/svdraw/svdmrkv.cxx
+++ b/svx/source/svdraw/svdmrkv.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: svdmrkv.cxx,v $
- * $Revision: 1.39 $
+ * $Revision: 1.39.74.1 $
*
* This file is part of OpenOffice.org.
*
@@ -203,7 +203,7 @@ SdrMarkView::~SdrMarkView()
delete mpSdrViewSelection;
}
-void __EXPORT SdrMarkView::SFX_NOTIFY(SfxBroadcaster& rBC, const TypeId& rBCType, const SfxHint& rHint, const TypeId& rHintType)
+void __EXPORT SdrMarkView::Notify(SfxBroadcaster& rBC, const SfxHint& rHint)
{
SdrHint* pSdrHint=PTR_CAST(SdrHint,&rHint);
if (pSdrHint!=NULL)
@@ -216,7 +216,7 @@ void __EXPORT SdrMarkView::SFX_NOTIFY(SfxBroadcaster& rBC, const TypeId& rBCType
bMarkedPointsRectsDirty=TRUE;
}
}
- SdrSnapView::SFX_NOTIFY(rBC,rBCType,rHint,rHintType);
+ SdrSnapView::Notify(rBC,rHint);
}
void SdrMarkView::ModelHasChanged()