summaryrefslogtreecommitdiff
path: root/include/svx/svdtypes.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-18 13:11:03 +0200
committerNoel Grandin <noel@peralex.com>2016-08-19 08:18:37 +0200
commiteba160af2149f2ec70b78ea60f63f1b49065bba3 (patch)
tree70d94cc84c859160a1a5a67be2da50dcd6edd14e /include/svx/svdtypes.hxx
parentfc518ed954aa73eeeb529c21afbcfdfa55ef7fb4 (diff)
convert SdrCreateCmd to scoped enum
Change-Id: I8772032dee25c790314384750b8c7277c4879318
Diffstat (limited to 'include/svx/svdtypes.hxx')
-rw-r--r--include/svx/svdtypes.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/svx/svdtypes.hxx b/include/svx/svdtypes.hxx
index e58a1fd611ca..bb849c1f6f11 100644
--- a/include/svx/svdtypes.hxx
+++ b/include/svx/svdtypes.hxx
@@ -31,9 +31,12 @@ const sal_uInt32 SdrInventor=sal_uInt32('S')*0x00000001+
sal_uInt32('r')*0x01000000;
// commands for EndCreate()
-enum SdrCreateCmd {SDRCREATE_NEXTPOINT, // next traverse station, segment of a circle: next coordinate
- SDRCREATE_NEXTOBJECT, // next polygon in PolyPolygon
- SDRCREATE_FORCEEND}; // forced end
+enum class SdrCreateCmd
+{
+ NextPoint, // next traverse station, segment of a circle: next coordinate
+ NextObject, // next polygon in PolyPolygon
+ ForceEnd // forced end
+};
enum class SdrDragMode
{