summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/defaulthelpprovider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/defaulthelpprovider.cxx')
-rw-r--r--extensions/source/propctrlr/defaulthelpprovider.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/defaulthelpprovider.cxx b/extensions/source/propctrlr/defaulthelpprovider.cxx
index cdb74d3ec235..2c5356fb7c24 100644
--- a/extensions/source/propctrlr/defaulthelpprovider.cxx
+++ b/extensions/source/propctrlr/defaulthelpprovider.cxx
@@ -92,7 +92,7 @@ namespace pcr
}
- void SAL_CALL DefaultHelpProvider::focusGained( const Reference< XPropertyControl >& _Control ) throw (RuntimeException)
+ void SAL_CALL DefaultHelpProvider::focusGained( const Reference< XPropertyControl >& _Control ) throw (RuntimeException, std::exception)
{
if ( !m_xInspectorUI.is() )
throw RuntimeException( OUString(), *this );
@@ -108,13 +108,13 @@ namespace pcr
}
- void SAL_CALL DefaultHelpProvider::valueChanged( const Reference< XPropertyControl >& /*_Control*/ ) throw (RuntimeException)
+ void SAL_CALL DefaultHelpProvider::valueChanged( const Reference< XPropertyControl >& /*_Control*/ ) throw (RuntimeException, std::exception)
{
// not interested in
}
- void SAL_CALL DefaultHelpProvider::initialize( const Sequence< Any >& _arguments ) throw (Exception, RuntimeException)
+ void SAL_CALL DefaultHelpProvider::initialize( const Sequence< Any >& _arguments ) throw (Exception, RuntimeException, std::exception)
{
if ( m_bConstructed )
throw AlreadyInitializedException();