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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/inc/fmtextcontrolfeature.hxx b/svx/source/inc/fmtextcontrolfeature.hxx
index da9ea54fe47d..ef9af8fd9413 100644
--- a/svx/source/inc/fmtextcontrolfeature.hxx
+++ b/svx/source/inc/fmtextcontrolfeature.hxx
@@ -69,14 +69,14 @@ namespace svx
/** dispatches the feature URL to the dispatcher
*/
- void dispatch() const SAL_THROW(());
+ void dispatch() const;
/** dispatches the feature URL to the dispatcher, with passing the given arguments
*/
- void dispatch( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rArgs ) const SAL_THROW(());
+ void dispatch( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rArgs ) const;
/// releases any resources associated with this instance
- void dispose() SAL_THROW(());
+ void dispose();
protected:
virtual ~FmTextControlFeature();