summaryrefslogtreecommitdiff
path: root/include/editeng/svxenum.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/svxenum.hxx')
-rw-r--r--include/editeng/svxenum.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/editeng/svxenum.hxx b/include/editeng/svxenum.hxx
index 9dd15ec1060d..5c7c11ea6651 100644
--- a/include/editeng/svxenum.hxx
+++ b/include/editeng/svxenum.hxx
@@ -162,12 +162,12 @@ enum SvxDrawBezierEnum
SVX_BEZIER_ELIMINATE_POINTS
};
-enum SvxSpellArea
+enum class SvxSpellArea
{
- SVX_SPELL_BODY = 0,
- SVX_SPELL_BODY_END,
- SVX_SPELL_BODY_START,
- SVX_SPELL_OTHER
+ Body = 0,
+ BodyEnd,
+ BodyStart,
+ Other
};
enum SvxFrameAnchor