diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-23 15:39:02 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-24 11:48:38 +0200 |
commit | 5d8474bae086bc798212186ff5057eb3350d225b (patch) | |
tree | 55ee987f4959c8e3df204df1bf716397e282cb9b /include/comphelper/propagg.hxx | |
parent | dc1f1cde6329044611607d8bfc10203b6d83dcee (diff) |
convert PropertyOrigin to scoped enum
Change-Id: I26c9929be8aad02030722508334e66f5028ffb37
Diffstat (limited to 'include/comphelper/propagg.hxx')
-rw-r--r-- | include/comphelper/propagg.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/comphelper/propagg.hxx b/include/comphelper/propagg.hxx index a129ea0976fe..68fafa01d0be 100644 --- a/include/comphelper/propagg.hxx +++ b/include/comphelper/propagg.hxx @@ -156,11 +156,11 @@ public: bool getPropertyByHandle( sal_Int32 _nHandle, css::beans::Property& _rProperty ) const; - enum PropertyOrigin + enum class PropertyOrigin { - AGGREGATE_PROPERTY, - DELEGATOR_PROPERTY, - UNKNOWN_PROPERTY + Aggregate, + Delegator, + Unknown }; /** prefer this one over the XPropertySetInfo of the aggregate! |