summaryrefslogtreecommitdiffstats
path: root/forms/source/richtext
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-05 08:15:21 +0200
committerNoel Grandin <noel@peralex.com>2014-06-05 08:17:50 +0200
commit79df6cf588afbd0fdf09c1eb8c692466606acba5 (patch)
tree54676b4d13122bd16fb3075c8e009fd3cd4cad76 /forms/source/richtext
parentextensions: remove SAL_THROW macro (diff)
downloadcore-79df6cf588afbd0fdf09c1eb8c692466606acba5.tar.gz
core-79df6cf588afbd0fdf09c1eb8c692466606acba5.zip
forms: remove SAL_THROW macro
Change-Id: I532f29e240cf29c5e65c919c4bcaccd86c510ce9
Diffstat (limited to 'forms/source/richtext')
-rw-r--r--forms/source/richtext/attributedispatcher.hxx4
-rw-r--r--forms/source/richtext/featuredispatcher.cxx2
-rw-r--r--forms/source/richtext/featuredispatcher.hxx2
3 files changed, 4 insertions, 4 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 (());
+ );
};
diff --git a/forms/source/richtext/featuredispatcher.cxx b/forms/source/richtext/featuredispatcher.cxx
index 2c096bfc478e..4b6506f753cb 100644
--- a/forms/source/richtext/featuredispatcher.cxx
+++ b/forms/source/richtext/featuredispatcher.cxx
@@ -119,7 +119,7 @@ namespace frm
}
- void ORichTextFeatureDispatcher::doNotify( const Reference< XStatusListener >& _rxListener, const FeatureStateEvent& _rEvent ) const SAL_THROW(())
+ void ORichTextFeatureDispatcher::doNotify( const Reference< XStatusListener >& _rxListener, const FeatureStateEvent& _rEvent ) const
{
OSL_PRECOND( _rxListener.is(), "ORichTextFeatureDispatcher::doNotify: invalid listener!" );
if ( _rxListener.is() )
diff --git a/forms/source/richtext/featuredispatcher.hxx b/forms/source/richtext/featuredispatcher.hxx
index c92cb8d386c8..598141d94fcd 100644
--- a/forms/source/richtext/featuredispatcher.hxx
+++ b/forms/source/richtext/featuredispatcher.hxx
@@ -77,7 +77,7 @@ namespace frm
void doNotify(
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener >& _rxListener,
const ::com::sun::star::frame::FeatureStateEvent& _rEvent
- ) const SAL_THROW(());
+ ) const;
protected:
// XDispatch