summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/obj3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/engine3d/obj3d.cxx')
-rw-r--r--svx/source/engine3d/obj3d.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/svx/source/engine3d/obj3d.cxx b/svx/source/engine3d/obj3d.cxx
index 66ef3b7d1bf6..91fa02ca747a 100644
--- a/svx/source/engine3d/obj3d.cxx
+++ b/svx/source/engine3d/obj3d.cxx
@@ -78,7 +78,6 @@
#include <svx/e3dsceneupdater.hxx>
-
using namespace com::sun::star;
@@ -172,15 +171,12 @@ SdrObject* E3dObjList::RemoveObject(size_t nObjNum)
}
-
sdr::properties::BaseProperties* E3dObject::CreateObjectSpecificProperties()
{
return new sdr::properties::E3dProperties(*this);
}
-
-
E3dObject::E3dObject()
: maSubList(),
maLocalBoundVol(),
@@ -772,8 +768,6 @@ sdr::properties::BaseProperties* E3dCompoundObject::CreateObjectSpecificProperti
}
-
-
E3dCompoundObject::E3dCompoundObject()
: E3dObject(),
aMaterialAmbientColor(),