summaryrefslogtreecommitdiff
path: root/sd/source/ui/tools/SlotStateListener.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/tools/SlotStateListener.cxx')
-rw-r--r--sd/source/ui/tools/SlotStateListener.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/tools/SlotStateListener.cxx b/sd/source/ui/tools/SlotStateListener.cxx
index e827ff4ec723..1d359ace214d 100644
--- a/sd/source/ui/tools/SlotStateListener.cxx
+++ b/sd/source/ui/tools/SlotStateListener.cxx
@@ -118,7 +118,6 @@ uno::Reference<frame::XDispatch>
void SlotStateListener::statusChanged (
const frame::FeatureStateEvent& rState)
- throw (uno::RuntimeException, std::exception)
{
ThrowIfDisposed();
OUString sSlotName (rState.FeatureURL.Complete);
@@ -146,12 +145,10 @@ void SlotStateListener::ReleaseListeners()
void SAL_CALL SlotStateListener::disposing (
const lang::EventObject& )
- throw (uno::RuntimeException, std::exception)
{
}
void SlotStateListener::ThrowIfDisposed()
- throw (lang::DisposedException)
{
if (rBHelper.bDisposed || rBHelper.bInDispose)
{