summaryrefslogtreecommitdiff
path: root/include/comphelper/evtlistenerhlp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/evtlistenerhlp.hxx')
-rw-r--r--include/comphelper/evtlistenerhlp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/evtlistenerhlp.hxx b/include/comphelper/evtlistenerhlp.hxx
index 8359a4c3a2bc..ce4db20060f6 100644
--- a/include/comphelper/evtlistenerhlp.hxx
+++ b/include/comphelper/evtlistenerhlp.hxx
@@ -40,7 +40,7 @@ namespace comphelper
::com::sun::star::uno::WeakReference< ::com::sun::star::lang::XEventListener> m_xListener;
public:
OEventListenerHelper(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener>& _rxListener);
- virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw(::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw(::com::sun::star::uno::RuntimeException, std::exception);
};
//........................................................................
} // namespace comphelper