summaryrefslogtreecommitdiffstats
path: root/svtools/source/uno/framestatuslistener.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/uno/framestatuslistener.cxx')
-rw-r--r--svtools/source/uno/framestatuslistener.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/uno/framestatuslistener.cxx b/svtools/source/uno/framestatuslistener.cxx
index ba158c2ddcf3..33c475e25dae 100644
--- a/svtools/source/uno/framestatuslistener.cxx
+++ b/svtools/source/uno/framestatuslistener.cxx
@@ -66,12 +66,12 @@ Any SAL_CALL FrameStatusListener::queryInterface( const Type& rType )
return OWeakObject::queryInterface( rType );
}
-void SAL_CALL FrameStatusListener::acquire() throw ()
+void SAL_CALL FrameStatusListener::acquire() noexcept
{
OWeakObject::acquire();
}
-void SAL_CALL FrameStatusListener::release() throw ()
+void SAL_CALL FrameStatusListener::release() noexcept
{
OWeakObject::release();
}