summaryrefslogtreecommitdiff
path: root/svx/source/inc/fmtextcontrolfeature.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-05 08:12:58 +0200
committerNoel Grandin <noel@peralex.com>2014-06-05 08:17:48 +0200
commitbf37694ab8c984e3cbbe666c408e0f168ba61f52 (patch)
tree202336246ff36303d494c38292214694d7f0d7dd /svx/source/inc/fmtextcontrolfeature.hxx
parentdfd44d0b122869e291ba42085e31164a401a0a23 (diff)
svx: remove SAL_THROW macro
Change-Id: I8bfce109e55871d48b35300be98085f383fef26f
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();