diff options
Diffstat (limited to 'include/comphelper/ChainablePropertySetInfo.hxx')
-rw-r--r-- | include/comphelper/ChainablePropertySetInfo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/ChainablePropertySetInfo.hxx b/include/comphelper/ChainablePropertySetInfo.hxx index e35c534e7b0c..5ece0701c308 100644 --- a/include/comphelper/ChainablePropertySetInfo.hxx +++ b/include/comphelper/ChainablePropertySetInfo.hxx @@ -45,7 +45,7 @@ namespace comphelper private: virtual ~ChainablePropertySetInfo() - throw() override; + noexcept override; // XPropertySetInfo virtual css::uno::Sequence< css::beans::Property > SAL_CALL getProperties() override; |