diff options
Diffstat (limited to 'include/svx/viewpt3d.hxx')
-rw-r--r-- | include/svx/viewpt3d.hxx | 2 |
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 }; /************************************************************************* |