summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/scene3d.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
commite4ab2a6af1ca911fd31c8b88d012c9a4b949d1df (patch)
tree312f6c3226f82ba746dee3c0cb91685845a4230e /svx/source/engine3d/scene3d.cxx
parent5d2bfff0ba79f60adc413799658a5e32f6508587 (diff)
CWS-TOOLING: integrate CWS sfxnotifyremoval
Diffstat (limited to 'svx/source/engine3d/scene3d.cxx')
-rw-r--r--svx/source/engine3d/scene3d.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/svx/source/engine3d/scene3d.cxx b/svx/source/engine3d/scene3d.cxx
index 1018effa32b7..ff8f35a44c52 100644
--- a/svx/source/engine3d/scene3d.cxx
+++ b/svx/source/engine3d/scene3d.cxx
@@ -866,13 +866,10 @@ void E3dScene::RestGeoData(const SdrObjGeoData& rGeo)
|*
\************************************************************************/
-void E3dScene::SFX_NOTIFY(SfxBroadcaster &rBC,
- const TypeId &rBCType,
- const SfxHint &rHint,
- const TypeId &rHintType)
+void E3dScene::Notify(SfxBroadcaster &rBC, const SfxHint &rHint)
{
SetRectsDirty();
- E3dObject::SFX_NOTIFY(rBC, rBCType, rHint, rHintType);
+ E3dObject::Notify(rBC, rHint);
}
/*************************************************************************