diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-23 14:55:53 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-08-24 08:47:57 +0200 |
commit | 00c3ea0ac629f695d22bb1debba385532f965379 (patch) | |
tree | 9710841b0b2aa0ae37a3798837d93adfb60d95f5 /include | |
parent | 20d1ee06c0242948e7e512db5465fdbdedc70916 (diff) |
convert SvxNumberValueType to scoped enum
Change-Id: Ic82c18c16de8bd756a444de47c9a68e88fa1c7ee
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/numfmtsh.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/numfmtsh.hxx b/include/svx/numfmtsh.hxx index 7e0d8cc224a7..da2b07b61644 100644 --- a/include/svx/numfmtsh.hxx +++ b/include/svx/numfmtsh.hxx @@ -30,11 +30,11 @@ class Color; -enum SvxNumberValueType +enum class SvxNumberValueType { - SVX_VALUE_TYPE_UNDEFINED = 0, - SVX_VALUE_TYPE_NUMBER, - SVX_VALUE_TYPE_STRING + Undefined, + Number, + String }; // sort order of the category ListBox entries in the TabPage |