summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/cube3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/engine3d/cube3d.cxx')
-rw-r--r--svx/source/engine3d/cube3d.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/engine3d/cube3d.cxx b/svx/source/engine3d/cube3d.cxx
index 401e1b085410..9ee267afb061 100644
--- a/svx/source/engine3d/cube3d.cxx
+++ b/svx/source/engine3d/cube3d.cxx
@@ -22,7 +22,7 @@
#include <svx/deflt3d.hxx>
#include <svx/dialmgr.hxx>
#include <svx/cube3d.hxx>
-#include <svx/globl3d.hxx>
+#include <svx/svdobjkind.hxx>
#include <basegfx/point/b3dpoint.hxx>
#include <sdr/contact/viewcontactofe3dcube.hxx>
#include <rtl/ustrbuf.hxx>
@@ -71,7 +71,7 @@ void E3dCubeObj::SetDefaultAttributes(const E3dDefaultAttributes& rDefault)
bPosIsCenter = rDefault.GetDefaultCubePosIsCenter();
}
-sal_uInt16 E3dCubeObj::GetObjIdentifier() const
+SdrObjKind E3dCubeObj::GetObjIdentifier() const
{
return E3D_CUBEOBJ_ID;
}