summaryrefslogtreecommitdiff
path: root/forms/source/richtext/attributedispatcher.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/richtext/attributedispatcher.hxx')
-rw-r--r--forms/source/richtext/attributedispatcher.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/richtext/attributedispatcher.hxx b/forms/source/richtext/attributedispatcher.hxx
index d1010f4f91ed..a1044f0dba80 100644
--- a/forms/source/richtext/attributedispatcher.hxx
+++ b/forms/source/richtext/attributedispatcher.hxx
@@ -55,7 +55,7 @@ namespace frm
);
/// notifies a new attribute state
- void notifyAttributeState( const AttributeState& _rState ) SAL_THROW (());
+ void notifyAttributeState( const AttributeState& _rState );
protected:
virtual ~OAttributeDispatcher( );
@@ -81,7 +81,7 @@ namespace frm
void notifyState(
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener >& _rxControl,
const AttributeState& _rState
- ) SAL_THROW (());
+ );
};