summaryrefslogtreecommitdiff
path: root/include/svx/ipolypolygoneditorcontroller.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-23 16:01:41 +0200
committerNoel Grandin <noel@peralex.com>2016-08-24 08:47:57 +0200
commitc222fa9c2206e3b8b0e8cf55bf61be26e32ea2d7 (patch)
treecd5434003af4683b0b65feb843a7caa5f85dd28b /include/svx/ipolypolygoneditorcontroller.hxx
parent9649154f1d844c76ca134d73cd3736452f4f55d4 (diff)
convert SdrPathSmoothKind to scoped enum
Change-Id: I9b4a4226322c4d4eb2ab220ecf0b0efb068eea8e
Diffstat (limited to 'include/svx/ipolypolygoneditorcontroller.hxx')
-rw-r--r--include/svx/ipolypolygoneditorcontroller.hxx13
1 files changed, 7 insertions, 6 deletions
diff --git a/include/svx/ipolypolygoneditorcontroller.hxx b/include/svx/ipolypolygoneditorcontroller.hxx
index 1df104662be7..c7cdad9fccf8 100644
--- a/include/svx/ipolypolygoneditorcontroller.hxx
+++ b/include/svx/ipolypolygoneditorcontroller.hxx
@@ -26,12 +26,13 @@
// Defines
-
-enum SdrPathSmoothKind {SDRPATHSMOOTH_DONTCARE, // only for status query
- SDRPATHSMOOTH_ANGULAR, // angular
- SDRPATHSMOOTH_ASYMMETRIC, // asymmetric, normal Smooth
- SDRPATHSMOOTH_SYMMETRIC}; // symmetric
-
+enum class SdrPathSmoothKind
+{
+ DontCare, // only for status query
+ Angular, // angular
+ Asymmetric, // asymmetric, normal Smooth
+ Symmetric // symmetric
+};
enum class SdrPathSegmentKind
{
DontCare, // only for status query