summaryrefslogtreecommitdiff
path: root/framework/source/helper/ocomponentaccess.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/helper/ocomponentaccess.cxx')
-rw-r--r--framework/source/helper/ocomponentaccess.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/helper/ocomponentaccess.cxx b/framework/source/helper/ocomponentaccess.cxx
index f120a79380f4..cb5eed5a9e18 100644
--- a/framework/source/helper/ocomponentaccess.cxx
+++ b/framework/source/helper/ocomponentaccess.cxx
@@ -49,7 +49,7 @@ OComponentAccess::~OComponentAccess()
}
// XEnumerationAccess
-css::uno::Reference< XEnumeration > SAL_CALL OComponentAccess::createEnumeration() throw( RuntimeException, std::exception )
+css::uno::Reference< XEnumeration > SAL_CALL OComponentAccess::createEnumeration()
{
SolarMutexGuard g;
@@ -76,7 +76,7 @@ css::uno::Reference< XEnumeration > SAL_CALL OComponentAccess::createEnumeration
}
// XElementAccess
-Type SAL_CALL OComponentAccess::getElementType() throw( RuntimeException, std::exception )
+Type SAL_CALL OComponentAccess::getElementType()
{
// Elements in list an enumeration are components!
// Return the uno-type of XComponent.
@@ -84,7 +84,7 @@ Type SAL_CALL OComponentAccess::getElementType() throw( RuntimeException, std::e
}
// XElementAccess
-sal_Bool SAL_CALL OComponentAccess::hasElements() throw( RuntimeException, std::exception )
+sal_Bool SAL_CALL OComponentAccess::hasElements()
{
SolarMutexGuard g;