summaryrefslogtreecommitdiff
path: root/include/toolkit/helper/listenermultiplexer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/helper/listenermultiplexer.hxx')
-rw-r--r--include/toolkit/helper/listenermultiplexer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/toolkit/helper/listenermultiplexer.hxx b/include/toolkit/helper/listenermultiplexer.hxx
index a837aeb83de3..d1fb0215f6c9 100644
--- a/include/toolkit/helper/listenermultiplexer.hxx
+++ b/include/toolkit/helper/listenermultiplexer.hxx
@@ -68,8 +68,8 @@ public:
// css::uno::XInterface
css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) override;
- void SAL_CALL acquire() throw() override { mrContext.acquire(); }
- void SAL_CALL release() throw() override { mrContext.release(); }
+ void SAL_CALL acquire() noexcept override { mrContext.acquire(); }
+ void SAL_CALL release() noexcept override { mrContext.release(); }
};