summaryrefslogtreecommitdiff
path: root/include/svx/float3d.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-24 10:58:44 +0200
committerNoel Grandin <noel@peralex.com>2016-08-25 08:40:00 +0200
commit6d61808a3dd98a9d05dacb4e4db68bcdb31dcee9 (patch)
tree0b7e562e568058d9e3dfe1a2e0f109029367e574 /include/svx/float3d.hxx
parent1332241a03500b09ab846a56e86a25e18b8230db (diff)
convert ViewType3D to scoped enum
Change-Id: I6dad22dc2b1743c61c72fe8d2b95badc20ea5fa6
Diffstat (limited to 'include/svx/float3d.hxx')
-rw-r--r--include/svx/float3d.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/svx/float3d.hxx b/include/svx/float3d.hxx
index 91634273b78d..43981268fba2 100644
--- a/include/svx/float3d.hxx
+++ b/include/svx/float3d.hxx
@@ -33,13 +33,13 @@
#include <svx/dlgctrl.hxx>
#include <svx/svdmodel.hxx>
-enum ViewType3D
+enum class ViewType3D
{
- VIEWTYPE_GEO = 1,
- VIEWTYPE_REPRESENTATION,
- VIEWTYPE_LIGHT,
- VIEWTYPE_TEXTURE,
- VIEWTYPE_MATERIAL
+ Geo = 1,
+ Representation,
+ Light,
+ Texture,
+ Material
};
class SdrModel;