summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-28 09:02:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-28 09:02:49 +0100
commit625ddeb48632ab60a09a9cf7a109e7f00afcacf2 (patch)
treeb0cbe8fa9c45db608ed5c65b126ff3d46d8eedcb /svx
parent36a665a6754bbc4bb0a2d612a15b1b8413af3721 (diff)
callcatcher: ditch various unused methods
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svx/sphere3d.hxx1
-rw-r--r--svx/source/engine3d/sphere3d.cxx9
2 files changed, 0 insertions, 10 deletions
diff --git a/svx/inc/svx/sphere3d.hxx b/svx/inc/svx/sphere3d.hxx
index 6c619595d853..d5c751a37874 100644
--- a/svx/inc/svx/sphere3d.hxx
+++ b/svx/inc/svx/sphere3d.hxx
@@ -53,7 +53,6 @@ protected:
public:
TYPEINFO();
E3dSphereObj(E3dDefaultAttributes& rDefault, const basegfx::B3DPoint& rCenter, const basegfx::B3DVector& r3DSize);
- E3dSphereObj();
// FG: Dieser Konstruktor wird nur von MakeObject aus der 3d-Objectfactory beim
// Laden von Dokumenten mit Kugeln aufgerufen. Dieser Konstruktor ruft kein
diff --git a/svx/source/engine3d/sphere3d.cxx b/svx/source/engine3d/sphere3d.cxx
index acc2986e6a87..cdb29b8d8dd1 100644
--- a/svx/source/engine3d/sphere3d.cxx
+++ b/svx/source/engine3d/sphere3d.cxx
@@ -76,15 +76,6 @@ E3dSphereObj::E3dSphereObj(E3dDefaultAttributes& rDefault, const basegfx::B3DPoi
aSize = r3DSize;
}
-E3dSphereObj::E3dSphereObj()
-: E3dCompoundObject()
-{
- // Set defaults
- E3dDefaultAttributes aDefault;
- SetDefaultAttributes(aDefault);
-}
-
-
// Create Sphere without creating the Polygons within
// This call is from the 3D Object Factory (objfac3d.cxx) and only when loading