summaryrefslogtreecommitdiff
path: root/svx/source/inc/fmtextcontrolfeature.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/fmtextcontrolfeature.hxx')
-rw-r--r--svx/source/inc/fmtextcontrolfeature.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/inc/fmtextcontrolfeature.hxx b/svx/source/inc/fmtextcontrolfeature.hxx
index b84845be3838..5b642761c5f4 100644
--- a/svx/source/inc/fmtextcontrolfeature.hxx
+++ b/svx/source/inc/fmtextcontrolfeature.hxx
@@ -83,8 +83,8 @@ namespace svx
protected:
// XStatusListener
- virtual void SAL_CALL statusChanged( const ::com::sun::star::frame::FeatureStateEvent& State ) throw (::com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL statusChanged( const ::com::sun::star::frame::FeatureStateEvent& State ) throw (::com::sun::star::uno::RuntimeException, std::exception);
+ virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com::sun::star::uno::RuntimeException, std::exception);
};