summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpcontentidentifier.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ftp/ftpcontentidentifier.hxx')
-rw-r--r--ucb/source/ucp/ftp/ftpcontentidentifier.hxx23
1 files changed, 5 insertions, 18 deletions
diff --git a/ucb/source/ucp/ftp/ftpcontentidentifier.hxx b/ucb/source/ucp/ftp/ftpcontentidentifier.hxx
index 99f13b31ef79..670f9fde74dc 100644
--- a/ucb/source/ucp/ftp/ftpcontentidentifier.hxx
+++ b/ucb/source/ucp/ftp/ftpcontentidentifier.hxx
@@ -53,8 +53,7 @@ namespace ftp {
// XInterface
virtual css::uno::Any SAL_CALL
- queryInterface( const css::uno::Type& rType )
- throw( css::uno::RuntimeException, std::exception ) override;
+ queryInterface( const css::uno::Type& rType ) override;
virtual void SAL_CALL acquire() throw() override;
@@ -64,31 +63,19 @@ namespace ftp {
virtual
css::uno::Sequence<css::uno::Type> SAL_CALL
- getTypes()
- throw(
- css::uno::RuntimeException, std::exception
- ) override;
+ getTypes() override;
virtual css::uno::Sequence<sal_Int8> SAL_CALL
- getImplementationId()
- throw(
- css::uno::RuntimeException, std::exception
- ) override;
+ getImplementationId() override;
// XContentIdentifier
virtual OUString SAL_CALL
- getContentIdentifier()
- throw (
- css::uno::RuntimeException, std::exception
- ) override;
+ getContentIdentifier() override;
virtual OUString SAL_CALL
- getContentProviderScheme()
- throw (
- css::uno::RuntimeException, std::exception
- ) override;
+ getContentProviderScheme() override;
private: