summaryrefslogtreecommitdiff
path: root/include/svx/globl3d.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-04-10 13:13:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-04-11 10:16:16 +0200
commit9fa75f677a7b48a2177fe11cca0d00f5a2deb7da (patch)
treeaecf6d5d272166c169935e1563517d020085ee54 /include/svx/globl3d.hxx
parent88829fd914105a0837ee41d3f00f9178228c19cf (diff)
loplugin:mergeclasses merge E3dScene with E3dPolyScene
Change-Id: I70f28fb4c87ad8c0e0ad46f4ce04914b6536d6b9 Reviewed-on: https://gerrit.libreoffice.org/36376 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/globl3d.hxx')
-rw-r--r--include/svx/globl3d.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svx/globl3d.hxx b/include/svx/globl3d.hxx
index a258b6b189c7..2eed87268988 100644
--- a/include/svx/globl3d.hxx
+++ b/include/svx/globl3d.hxx
@@ -22,8 +22,7 @@
#include <sal/types.h>
-const sal_uInt16 E3D_SCENE_ID = 1;
-const sal_uInt16 E3D_POLYSCENE_ID = 2;
+const sal_uInt16 E3D_SCENE_ID = 2;
const sal_uInt16 E3D_OBJECT_ID = 3; // should not be used, it's only a helper class for E3DScene and E3DCompoundObject
const sal_uInt16 E3D_CUBEOBJ_ID = 4;
const sal_uInt16 E3D_SPHEREOBJ_ID = 5;