summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/obj3d.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-18 11:17:26 +0200
committerNoel Grandin <noel@peralex.com>2016-08-19 08:18:37 +0200
commite00aa45d3456e2f76ed70d593d6ae1646aa1ae51 (patch)
tree3e7accfec5923d37ca5daa2ac20bf24ebcf9bf53 /svx/source/engine3d/obj3d.cxx
parent5252d3951f2febdfc714f37ffef9f4c0794c4cec (diff)
convert SdrObjListKind to scoped enum
Change-Id: I37577e43ad6b9f0843b52cb3667f654abb335677
Diffstat (limited to 'svx/source/engine3d/obj3d.cxx')
-rw-r--r--svx/source/engine3d/obj3d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/engine3d/obj3d.cxx b/svx/source/engine3d/obj3d.cxx
index f4af93b60196..390afa2f9b9f 100644
--- a/svx/source/engine3d/obj3d.cxx
+++ b/svx/source/engine3d/obj3d.cxx
@@ -187,7 +187,7 @@ E3dObject::E3dObject()
{
bIs3DObj = true;
maSubList.SetOwnerObj(this);
- maSubList.SetListKind(SDROBJLIST_GROUPOBJ);
+ maSubList.SetListKind(SdrObjListKind::GroupObj);
bClosedObj = true;
}