summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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;