summaryrefslogtreecommitdiff
path: root/include/svx/viewpt3d.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-17 14:02:09 +0200
committerNoel Grandin <noel@peralex.com>2016-08-18 08:49:02 +0200
commit65a4c406e9c0f2953547fbe006ff38644f489fc8 (patch)
tree7ed2f3cf8f11ea68a63afe8dd20761fff556a393 /include/svx/viewpt3d.hxx
parent4a4c1bf4423a8b426c56c8d2b7013d6b5109309e (diff)
convert ProjectionType to scoped enum
Change-Id: Iaab8f2ac68964272e3ea00195b3b05c520a1388d
Diffstat (limited to 'include/svx/viewpt3d.hxx')
-rw-r--r--include/svx/viewpt3d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/viewpt3d.hxx b/include/svx/viewpt3d.hxx
index 9595a4b4d319..f085dd45f76a 100644
--- a/include/svx/viewpt3d.hxx
+++ b/include/svx/viewpt3d.hxx
@@ -35,7 +35,7 @@ namespace basegfx { class B3DRange; } // end of namespace basegfx
|*
\************************************************************************/
-enum ProjectionType { PR_PARALLEL, PR_PERSPECTIVE };
+enum class ProjectionType { Parallel, Perspective };
/*************************************************************************