diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-29 11:51:15 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-08-30 08:40:03 +0200 |
commit | 110528e6a2a5b7d46eadb1fb29a56728180657da (patch) | |
tree | 03214123c1864ffe9ba1933a790684b129c7eb49 /include | |
parent | ab66fe65443af83216c51d310e0a341e40810d17 (diff) |
convert DescriptionGenerator::PropertyType to scoped enum
Change-Id: Id55ccb4bf0109f1bb6f870b38792e3454b567877
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/DescriptionGenerator.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/svx/DescriptionGenerator.hxx b/include/svx/DescriptionGenerator.hxx index 91a963241876..77e537abfd7a 100644 --- a/include/svx/DescriptionGenerator.hxx +++ b/include/svx/DescriptionGenerator.hxx @@ -39,11 +39,11 @@ namespace accessibility { class SVX_DLLPUBLIC DescriptionGenerator { public: - enum PropertyType { - COLOR, - INTEGER, - STRING, - FILL_STYLE + enum class PropertyType { + Color, + Integer, + String, + FillStyle }; /** Creates a new description generator with an empty description |