summaryrefslogtreecommitdiff
path: root/include/editeng/svxenum.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-15 13:53:33 +0200
committerNoel Grandin <noel@peralex.com>2016-08-15 13:54:05 +0200
commit6f6024610b6f5392a96ed07ce9abe5aab606519d (patch)
tree22dbeecaa8bc821084a1f5665b232bae7cfc775e /include/editeng/svxenum.hxx
parent5b9480b5d29a7f5fc4ba509f180a71b162451b34 (diff)
convert SvxSpellArea to scoped enum
Change-Id: I91d3caabb667e7d4ff23e603026e072074058712
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