summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/sphere3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/engine3d/sphere3d.cxx')
-rwxr-xr-xsvx/source/engine3d/sphere3d.cxx17
1 files changed, 2 insertions, 15 deletions
diff --git a/svx/source/engine3d/sphere3d.cxx b/svx/source/engine3d/sphere3d.cxx
index 3d7b0a6b09..c76f63f897 100755
--- a/svx/source/engine3d/sphere3d.cxx
+++ b/svx/source/engine3d/sphere3d.cxx
@@ -151,22 +151,9 @@ void E3dSphereObj::ReSegment(sal_uInt32 nHSegs, sal_uInt32 nVSegs)
}
}
-/*************************************************************************
-|*
-|* Zuweisungsoperator
-|*
-\************************************************************************/
-
-void E3dSphereObj::operator=(const SdrObject& rObj)
+E3dSphereObj* E3dSphereObj::Clone() const
{
- // erstmal alle Childs kopieren
- E3dCompoundObject::operator=(rObj);
-
- // weitere Parameter kopieren
- const E3dSphereObj& r3DObj = (const E3dSphereObj&) rObj;
-
- aCenter = r3DObj.aCenter;
- aSize = r3DObj.aSize;
+ return CloneHelper< E3dSphereObj >();
}
/*************************************************************************