summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propeventtranslation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/propeventtranslation.cxx')
-rw-r--r--extensions/source/propctrlr/propeventtranslation.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/propeventtranslation.cxx b/extensions/source/propctrlr/propeventtranslation.cxx
index afb33a5be685..736c1e06fca2 100644
--- a/extensions/source/propctrlr/propeventtranslation.cxx
+++ b/extensions/source/propctrlr/propeventtranslation.cxx
@@ -48,7 +48,7 @@ namespace pcr
}
- void SAL_CALL PropertyEventTranslation::propertyChange( const PropertyChangeEvent& evt ) throw (RuntimeException, std::exception)
+ void SAL_CALL PropertyEventTranslation::propertyChange( const PropertyChangeEvent& evt )
{
if ( !m_xDelegator.is() )
throw DisposedException();
@@ -64,7 +64,7 @@ namespace pcr
}
- void SAL_CALL PropertyEventTranslation::disposing( const EventObject& Source ) throw (RuntimeException, std::exception)
+ void SAL_CALL PropertyEventTranslation::disposing( const EventObject& Source )
{
if ( !m_xDelegator.is() )
throw DisposedException();