summaryrefslogtreecommitdiff
path: root/svx/source/form/fmtextcontrolfeature.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/fmtextcontrolfeature.cxx')
-rw-r--r--svx/source/form/fmtextcontrolfeature.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/form/fmtextcontrolfeature.cxx b/svx/source/form/fmtextcontrolfeature.cxx
index feea0056f88b..4f1d69215730 100644
--- a/svx/source/form/fmtextcontrolfeature.cxx
+++ b/svx/source/form/fmtextcontrolfeature.cxx
@@ -81,7 +81,7 @@ namespace svx
}
- void SAL_CALL FmTextControlFeature::statusChanged( const FeatureStateEvent& _rState ) throw (RuntimeException, std::exception)
+ void SAL_CALL FmTextControlFeature::statusChanged( const FeatureStateEvent& _rState )
{
m_aFeatureState = _rState.State;
m_bFeatureEnabled = _rState.IsEnabled;
@@ -91,7 +91,7 @@ namespace svx
}
- void SAL_CALL FmTextControlFeature::disposing( const EventObject& /*Source*/ ) throw (RuntimeException, std::exception)
+ void SAL_CALL FmTextControlFeature::disposing( const EventObject& /*Source*/ )
{
// nothing to do
}