summaryrefslogtreecommitdiff
path: root/include/svx/scene3d.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/scene3d.hxx
parent4a4c1bf4423a8b426c56c8d2b7013d6b5109309e (diff)
convert ProjectionType to scoped enum
Change-Id: Iaab8f2ac68964272e3ea00195b3b05c520a1388d
Diffstat (limited to 'include/svx/scene3d.hxx')
-rw-r--r--include/svx/scene3d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/scene3d.hxx b/include/svx/scene3d.hxx
index f8642e02b540..be92d7ae5982 100644
--- a/include/svx/scene3d.hxx
+++ b/include/svx/scene3d.hxx
@@ -101,7 +101,7 @@ public:
sal_uInt32 RemapOrdNum(sal_uInt32 nOrdNum) const;
- // Perspective: enum ProjectionType { PR_PARALLEL, PR_PERSPECTIVE }
+ // Perspective: enum ProjectionType { ProjectionType::Parallel, ProjectionType::Perspective }
ProjectionType GetPerspective() const
{ return (ProjectionType) static_cast<const Svx3DPerspectiveItem&>(GetObjectItemSet().Get(SDRATTR_3DSCENE_PERSPECTIVE)).GetValue(); }