summaryrefslogtreecommitdiff
path: root/include/cppuhelper/compbase_ex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper/compbase_ex.hxx')
-rw-r--r--include/cppuhelper/compbase_ex.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/cppuhelper/compbase_ex.hxx b/include/cppuhelper/compbase_ex.hxx
index ee22613e56ea..3976c3afbb57 100644
--- a/include/cppuhelper/compbase_ex.hxx
+++ b/include/cppuhelper/compbase_ex.hxx
@@ -76,9 +76,9 @@ public:
virtual css::uno::Any SAL_CALL queryInterface(
css::uno::Type const & rType ) SAL_OVERRIDE;
virtual void SAL_CALL acquire()
- throw () SAL_OVERRIDE;
+ SAL_NOEXCEPT SAL_OVERRIDE;
virtual void SAL_CALL release()
- throw () SAL_OVERRIDE;
+ SAL_NOEXCEPT SAL_OVERRIDE;
virtual void SAL_CALL dispose() SAL_OVERRIDE;
virtual void SAL_CALL addEventListener(
css::uno::Reference< css::lang::XEventListener > const & xListener ) SAL_OVERRIDE;
@@ -119,9 +119,9 @@ public:
virtual css::uno::Any SAL_CALL queryAggregation(
css::uno::Type const & rType ) SAL_OVERRIDE;
virtual void SAL_CALL acquire()
- throw () SAL_OVERRIDE;
+ SAL_NOEXCEPT SAL_OVERRIDE;
virtual void SAL_CALL release()
- throw () SAL_OVERRIDE;
+ SAL_NOEXCEPT SAL_OVERRIDE;
virtual void SAL_CALL dispose() SAL_OVERRIDE;
virtual void SAL_CALL addEventListener(
css::uno::Reference< css::lang::XEventListener > const & xListener ) SAL_OVERRIDE;