diff options
Diffstat (limited to 'include/svx')
-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 |