summaryrefslogtreecommitdiffstats
path: root/ucbhelper/source/provider/contentidentifier.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/provider/contentidentifier.cxx')
-rw-r--r--ucbhelper/source/provider/contentidentifier.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/ucbhelper/source/provider/contentidentifier.cxx b/ucbhelper/source/provider/contentidentifier.cxx
index 24240278073a..16a682682365 100644
--- a/ucbhelper/source/provider/contentidentifier.cxx
+++ b/ucbhelper/source/provider/contentidentifier.cxx
@@ -104,7 +104,6 @@ void SAL_CALL ContentIdentifier::release() throw()
// virtual
Any SAL_CALL
ContentIdentifier::queryInterface( const Type & rType )
- throw ( RuntimeException, std::exception )
{
Any aRet = cppu::queryInterface( rType,
static_cast< XTypeProvider * >( this ),
@@ -120,7 +119,6 @@ ContentIdentifier::queryInterface( const Type & rType )
// virtual
Sequence< sal_Int8 > SAL_CALL
ContentIdentifier::getImplementationId()
- throw( RuntimeException, std::exception )
{
return css::uno::Sequence<sal_Int8>();
}
@@ -129,7 +127,6 @@ ContentIdentifier::getImplementationId()
// virtual
Sequence< css::uno::Type > SAL_CALL
ContentIdentifier::getTypes()
- throw( RuntimeException, std::exception )
{
static cppu::OTypeCollection* pCollection = nullptr;
if ( !pCollection )
@@ -152,7 +149,6 @@ ContentIdentifier::getTypes()
// virtual
OUString SAL_CALL ContentIdentifier::getContentIdentifier()
- throw( RuntimeException, std::exception )
{
return m_pImpl->m_aContentId;
}
@@ -160,7 +156,6 @@ OUString SAL_CALL ContentIdentifier::getContentIdentifier()
// virtual
OUString SAL_CALL ContentIdentifier::getContentProviderScheme()
- throw( RuntimeException, std::exception )
{
return m_pImpl->m_aProviderScheme;
}