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.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/ucb/source/ucp/ftp/ftpcontentidentifier.hxx b/ucb/source/ucp/ftp/ftpcontentidentifier.hxx
index 96122eac72e5..be02bac3e702 100644
--- a/ucb/source/ucp/ftp/ftpcontentidentifier.hxx
+++ b/ucb/source/ucp/ftp/ftpcontentidentifier.hxx
@@ -54,11 +54,11 @@ namespace ftp {
virtual com::sun::star::uno::Any SAL_CALL
queryInterface( const com::sun::star::uno::Type& rType )
- throw( com::sun::star::uno::RuntimeException, std::exception );
+ throw( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
- virtual void SAL_CALL acquire( void ) throw();
+ virtual void SAL_CALL acquire( void ) throw() SAL_OVERRIDE;
- virtual void SAL_CALL release( void ) throw();
+ virtual void SAL_CALL release( void ) throw() SAL_OVERRIDE;
// XTypeProvider
@@ -68,14 +68,14 @@ namespace ftp {
)
throw(
com::sun::star::uno::RuntimeException, std::exception
- );
+ ) SAL_OVERRIDE;
virtual com::sun::star::uno::Sequence<sal_Int8> SAL_CALL
getImplementationId(
)
throw(
com::sun::star::uno::RuntimeException, std::exception
- );
+ ) SAL_OVERRIDE;
// XContentIdentifier
@@ -85,14 +85,14 @@ namespace ftp {
)
throw (
com::sun::star::uno::RuntimeException, std::exception
- );
+ ) SAL_OVERRIDE;
virtual OUString SAL_CALL
getContentProviderScheme(
)
throw (
::com::sun::star::uno::RuntimeException, std::exception
- );
+ ) SAL_OVERRIDE;
private: