summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/obj3d.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-22 21:59:29 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-25 15:12:21 +0200
commitb42bed0fa29712dfe669e400edcb6f01379b1f35 (patch)
tree4bdd242c8a195ad4c92d0ad8cc6d1a2521ce9249 /svx/source/engine3d/obj3d.cxx
parent63c959cb88effbb90b9aa3b4506f1de0659f5ff4 (diff)
callcatcher: remove unused E3D stuff
Diffstat (limited to 'svx/source/engine3d/obj3d.cxx')
-rw-r--r--svx/source/engine3d/obj3d.cxx28
1 files changed, 0 insertions, 28 deletions
diff --git a/svx/source/engine3d/obj3d.cxx b/svx/source/engine3d/obj3d.cxx
index 68996657aa26..ce11cc1813f5 100644
--- a/svx/source/engine3d/obj3d.cxx
+++ b/svx/source/engine3d/obj3d.cxx
@@ -955,34 +955,6 @@ E3dCompoundObject* E3dCompoundObject::Clone() const
return CloneHelper< E3dCompoundObject >();
}
-void E3dCompoundObject::SetCreateNormals(sal_Bool bNew)
-{
- if(bCreateNormals != bNew)
- {
- bCreateNormals = bNew;
- ActionChanged();
- }
-}
-
-void E3dCompoundObject::SetCreateTexture(sal_Bool bNew)
-{
- if(bCreateTexture != bNew)
- {
- bCreateTexture = bNew;
- ActionChanged();
- }
-}
-
-// Material of the object
-
-void E3dCompoundObject::SetMaterialAmbientColor(const Color& rColor)
-{
- if(aMaterialAmbientColor != rColor)
- {
- aMaterialAmbientColor = rColor;
- }
-}
-
// convert given basegfx::B3DPolyPolygon to screen coor
basegfx::B2DPolyPolygon E3dCompoundObject::TransformToScreenCoor(const basegfx::B3DPolyPolygon& rCandidate)