summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/misc/PropertyForward.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/misc/PropertyForward.cxx')
-rw-r--r--dbaccess/source/core/misc/PropertyForward.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/core/misc/PropertyForward.cxx b/dbaccess/source/core/misc/PropertyForward.cxx
index 94585ee04a6f..c128c2e1f6b6 100644
--- a/dbaccess/source/core/misc/PropertyForward.cxx
+++ b/dbaccess/source/core/misc/PropertyForward.cxx
@@ -70,7 +70,7 @@ namespace dbaccess
{
}
- void SAL_CALL OPropertyForward::propertyChange( const PropertyChangeEvent& evt ) throw(RuntimeException, std::exception)
+ void SAL_CALL OPropertyForward::propertyChange( const PropertyChangeEvent& evt )
{
::osl::MutexGuard aGuard( m_aMutex );
@@ -112,7 +112,7 @@ namespace dbaccess
}
}
- void SAL_CALL OPropertyForward::disposing( const css::lang::EventObject& /*_rSource*/ ) throw (RuntimeException, std::exception)
+ void SAL_CALL OPropertyForward::disposing( const css::lang::EventObject& /*_rSource*/ )
{
::osl::MutexGuard aGuard(m_aMutex);