summaryrefslogtreecommitdiff
path: root/include/svx/svdtypes.hxx
diff options
context:
space:
mode:
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
{