summaryrefslogtreecommitdiff
path: root/include/svx/dstribut_enum.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-24 11:41:07 +0200
committerNoel Grandin <noel@peralex.com>2016-08-25 08:40:00 +0200
commitb8d03c61dbf8a680a7073d6416a219368fb054b8 (patch)
treec1f14a78f5e6146339feb0199d5064b3e6630ebb /include/svx/dstribut_enum.hxx
parent9296ec4403b642939ae49322c5d84066ac5854c8 (diff)
convert SvxDistributeVertical to scoped enum
Change-Id: I1797b9cd0164f8fcee2fb768a1db08ae17457534
Diffstat (limited to 'include/svx/dstribut_enum.hxx')
-rw-r--r--include/svx/dstribut_enum.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/svx/dstribut_enum.hxx b/include/svx/dstribut_enum.hxx
index b183d844c19e..85315ac72f8f 100644
--- a/include/svx/dstribut_enum.hxx
+++ b/include/svx/dstribut_enum.hxx
@@ -28,13 +28,13 @@ enum SvxDistributeHorizontal
SvxDistributeHorizontalRight
};
-enum SvxDistributeVertical
+enum class SvxDistributeVertical
{
- SvxDistributeVerticalNone = 0,
- SvxDistributeVerticalTop,
- SvxDistributeVerticalCenter,
- SvxDistributeVerticalDistance,
- SvxDistributeVerticalBottom
+ NONE = 0,
+ Top,
+ Center,
+ Distance,
+ Bottom
};
#endif // INCLUDED_SVX_DSTRIBUT_ENUM_HXX