summaryrefslogtreecommitdiff
path: root/forms/source/inc/listenercontainers.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/listenercontainers.hxx')
-rw-r--r--forms/source/inc/listenercontainers.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/inc/listenercontainers.hxx b/forms/source/inc/listenercontainers.hxx
index 77ca03a9c7b1..d373600aa151 100644
--- a/forms/source/inc/listenercontainers.hxx
+++ b/forms/source/inc/listenercontainers.hxx
@@ -54,7 +54,7 @@ namespace frm
virtual bool implTypedNotify(
const ::com::sun::star::uno::Reference< ListenerClass >& _rxListener,
const EventClass& _rEvent
- ) SAL_THROW( ( ::com::sun::star::uno::Exception ) ) = 0;
+ ) = 0;
public:
inline bool notify()
@@ -112,7 +112,7 @@ namespace frm
virtual bool implTypedNotify(
const ::com::sun::star::uno::Reference< ::com::sun::star::form::XResetListener >& _rxListener,
const ::com::sun::star::lang::EventObject& _rEvent
- ) SAL_THROW( ( ::com::sun::star::uno::Exception ) ) SAL_OVERRIDE;
+ ) SAL_OVERRIDE;
};