summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpcontentidentifier.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ftp/ftpcontentidentifier.cxx')
-rw-r--r--ucb/source/ucp/ftp/ftpcontentidentifier.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/ucb/source/ucp/ftp/ftpcontentidentifier.cxx b/ucb/source/ucp/ftp/ftpcontentidentifier.cxx
index bbc3e0b800d9..683422366703 100644
--- a/ucb/source/ucp/ftp/ftpcontentidentifier.cxx
+++ b/ucb/source/ucp/ftp/ftpcontentidentifier.cxx
@@ -49,9 +49,6 @@ Any SAL_CALL
FTPContentIdentifier::queryInterface(
const Type& rType
)
- throw(
- RuntimeException, std::exception
- )
{
Any aRet =
::cppu::queryInterface(rType,
@@ -74,7 +71,6 @@ void SAL_CALL FTPContentIdentifier::release() throw() {
Sequence<sal_Int8> SAL_CALL
FTPContentIdentifier::getImplementationId()
- throw(RuntimeException, std::exception)
{
return css::uno::Sequence<sal_Int8>();
}
@@ -82,7 +78,6 @@ FTPContentIdentifier::getImplementationId()
Sequence<Type> SAL_CALL
FTPContentIdentifier::getTypes()
- throw(RuntimeException, std::exception)
{
static cppu::OTypeCollection* pCollection = nullptr;
if ( !pCollection ) {
@@ -102,9 +97,6 @@ FTPContentIdentifier::getTypes()
OUString SAL_CALL
FTPContentIdentifier::getContentIdentifier(
)
- throw (
- css::uno::RuntimeException, std::exception
- )
{
return m_ident;
}
@@ -113,9 +105,6 @@ FTPContentIdentifier::getContentIdentifier(
OUString SAL_CALL
FTPContentIdentifier::getContentProviderScheme(
)
- throw (
- css::uno::RuntimeException, std::exception
- )
{
return OUString("ftp");
}