summaryrefslogtreecommitdiff
path: root/configmgr/source/access.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/access.hxx')
-rw-r--r--configmgr/source/access.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/access.hxx b/configmgr/source/access.hxx
index a6c0be563f85..6d4ca787f3cc 100644
--- a/configmgr/source/access.hxx
+++ b/configmgr/source/access.hxx
@@ -312,7 +312,7 @@ protected:
std::vector<OUString> * services) = 0;
virtual void initDisposeBroadcaster(Broadcaster * broadcaster);
- virtual void clearListeners() throw ();
+ virtual void clearListeners() noexcept;
virtual css::uno::Any SAL_CALL queryInterface(
css::uno::Type const & aType) override;