From 5d8474bae086bc798212186ff5057eb3350d225b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 23 Feb 2016 15:39:02 +0200 Subject: convert PropertyOrigin to scoped enum Change-Id: I26c9929be8aad02030722508334e66f5028ffb37 --- include/comphelper/propagg.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/comphelper/propagg.hxx') 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! -- cgit