summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-15 14:47:51 +0200
committerNoel Grandin <noel@peralex.com>2016-08-17 08:45:15 +0200
commitfd0e67ce0d8cf84470b1414009ed1e0f81410b0f (patch)
tree40894cd63c18eb7c8967f1158c33c15f6069aac9 /include
parent95be297746fda812f5a64e5fd53c753dfd9b249c (diff)
convert SvxCellJustifyMethod to scoped enum
Change-Id: Ifdb9192f6556477a28af05a74042f216d4e9e8fd
Diffstat (limited to 'include')
-rw-r--r--include/editeng/svxenum.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/svxenum.hxx b/include/editeng/svxenum.hxx
index 5c7c11ea6651..f0860c252025 100644
--- a/include/editeng/svxenum.hxx
+++ b/include/editeng/svxenum.hxx
@@ -115,10 +115,10 @@ enum SvxCellHorJustify
SVX_HOR_JUSTIFY_REPEAT
};
-enum SvxCellJustifyMethod
+enum class SvxCellJustifyMethod
{
- SVX_JUSTIFY_METHOD_AUTO,
- SVX_JUSTIFY_METHOD_DISTRIBUTE
+ Auto,
+ Distribute
};
enum SvxCellVerJustify