diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-29 14:07:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-30 06:26:12 +0000 |
commit | a34b33d2b900d3d1ea1ac806bc584846dc9d3fbe (patch) | |
tree | 5deb2d3be849dc2eae3d032c64588b11a0db8420 /include | |
parent | 1cd7edadfedc8bf55b979449cbb084082a888e89 (diff) |
convert SvxDateType to scoped enum
Change-Id: I5ce04f252642cb3a6c1b08ee22255f6c7b97f0f8
Reviewed-on: https://gerrit.libreoffice.org/35842
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/flditem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/flditem.hxx b/include/editeng/flditem.hxx index ef10324bdb63..2ab51cd62b4c 100644 --- a/include/editeng/flditem.hxx +++ b/include/editeng/flditem.hxx @@ -89,7 +89,7 @@ public: // The following are the derivatives of SvxFieldData ... -enum SvxDateType { SVXDATETYPE_FIX, SVXDATETYPE_VAR }; +enum class SvxDateType { Fix, Var }; enum SvxDateFormat { SVXDATEFORMAT_APPDEFAULT = 0, // Set as in App SVXDATEFORMAT_SYSTEM, // Set as in System SVXDATEFORMAT_STDSMALL, |