summaryrefslogtreecommitdiff
path: root/reportdesign/inc/PropertyForward.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/inc/PropertyForward.hxx')
-rw-r--r--reportdesign/inc/PropertyForward.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/inc/PropertyForward.hxx b/reportdesign/inc/PropertyForward.hxx
index 94c509e950bb..9af9d6239399 100644
--- a/reportdesign/inc/PropertyForward.hxx
+++ b/reportdesign/inc/PropertyForward.hxx
@@ -64,10 +64,10 @@ namespace rptui
,sal_Bool _bReverse = sal_False);
// ::com::sun::star::beans::XPropertyChangeListener
- virtual void SAL_CALL propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw(::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw(::com::sun::star::uno::RuntimeException, std::exception);
// ::com::sun::star::lang::XEventListener
- virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& _rSource ) throw (::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& _rSource ) throw (::com::sun::star::uno::RuntimeException, std::exception);
/** stop the listening mode.
*/