summaryrefslogtreecommitdiff
path: root/forms/source/inc/listenercontainers.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-05 08:15:21 +0200
committerNoel Grandin <noel@peralex.com>2014-06-05 08:17:50 +0200
commit79df6cf588afbd0fdf09c1eb8c692466606acba5 (patch)
tree54676b4d13122bd16fb3075c8e009fd3cd4cad76 /forms/source/inc/listenercontainers.hxx
parent62258d9c8f6b6f8d89ade68af97ccdac63dce2b7 (diff)
forms: remove SAL_THROW macro
Change-Id: I532f29e240cf29c5e65c919c4bcaccd86c510ce9
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;
};