summaryrefslogtreecommitdiff
path: root/include/comphelper/propertysethelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/propertysethelper.hxx')
-rw-r--r--include/comphelper/propertysethelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/propertysethelper.hxx b/include/comphelper/propertysethelper.hxx
index 33321e2cc994..131465dc0f46 100644
--- a/include/comphelper/propertysethelper.hxx
+++ b/include/comphelper/propertysethelper.hxx
@@ -62,8 +62,8 @@ protected:
virtual css::uno::Any _getPropertyDefault( const comphelper::PropertyMapEntry* pEntry );
public:
- PropertySetHelper( rtl::Reference<comphelper::PropertySetInfo> const & xInfo ) throw();
- virtual ~PropertySetHelper() throw();
+ PropertySetHelper( rtl::Reference<comphelper::PropertySetInfo> const & xInfo ) noexcept;
+ virtual ~PropertySetHelper() noexcept;
// XPropertySet
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) override;