summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/SerfInputStream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav/SerfInputStream.hxx')
-rw-r--r--ucb/source/ucp/webdav/SerfInputStream.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/ucb/source/ucp/webdav/SerfInputStream.hxx b/ucb/source/ucp/webdav/SerfInputStream.hxx
index 1d35c3ebe44a..81c42e538874 100644
--- a/ucb/source/ucp/webdav/SerfInputStream.hxx
+++ b/ucb/source/ucp/webdav/SerfInputStream.hxx
@@ -55,14 +55,14 @@ class SerfInputStream : public ::com::sun::star::io::XInputStream,
// XInterface
virtual com::sun::star::uno::Any SAL_CALL queryInterface(
const ::com::sun::star::uno::Type & type )
- throw( ::com::sun::star::uno::RuntimeException ) SAL_OVERRIDE;
+ throw( ::com::sun::star::uno::RuntimeException ) override;
virtual void SAL_CALL acquire()
- throw () SAL_OVERRIDE
+ throw () override
{ OWeakObject::acquire(); }
virtual void SAL_CALL release()
- throw() SAL_OVERRIDE
+ throw() override
{ OWeakObject::release(); }
@@ -73,7 +73,7 @@ class SerfInputStream : public ::com::sun::star::io::XInputStream,
throw( ::com::sun::star::io::NotConnectedException,
::com::sun::star::io::BufferSizeExceededException,
::com::sun::star::io::IOException,
- ::com::sun::star::uno::RuntimeException ) SAL_OVERRIDE;
+ ::com::sun::star::uno::RuntimeException ) override;
virtual sal_Int32 SAL_CALL readSomeBytes(
::com::sun::star::uno::Sequence< sal_Int8 > & aData,
@@ -81,37 +81,37 @@ class SerfInputStream : public ::com::sun::star::io::XInputStream,
throw( ::com::sun::star::io::NotConnectedException,
::com::sun::star::io::BufferSizeExceededException,
::com::sun::star::io::IOException,
- ::com::sun::star::uno::RuntimeException ) SAL_OVERRIDE;
+ ::com::sun::star::uno::RuntimeException ) override;
virtual void SAL_CALL skipBytes( sal_Int32 nBytesToSkip )
throw( ::com::sun::star::io::NotConnectedException,
::com::sun::star::io::BufferSizeExceededException,
::com::sun::star::io::IOException,
- ::com::sun::star::uno::RuntimeException ) SAL_OVERRIDE;
+ ::com::sun::star::uno::RuntimeException ) override;
virtual sal_Int32 SAL_CALL available()
throw( ::com::sun::star::io::NotConnectedException,
::com::sun::star::io::IOException,
- ::com::sun::star::uno::RuntimeException ) SAL_OVERRIDE;
+ ::com::sun::star::uno::RuntimeException ) override;
virtual void SAL_CALL closeInput()
throw( ::com::sun::star::io::NotConnectedException,
::com::sun::star::io::IOException,
- ::com::sun::star::uno::RuntimeException ) SAL_OVERRIDE;
+ ::com::sun::star::uno::RuntimeException ) override;
// XSeekable
virtual void SAL_CALL seek( sal_Int64 location )
throw( ::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::io::IOException,
- ::com::sun::star::uno::RuntimeException ) SAL_OVERRIDE;
+ ::com::sun::star::uno::RuntimeException ) override;
virtual sal_Int64 SAL_CALL getPosition()
throw( ::com::sun::star::io::IOException,
- ::com::sun::star::uno::RuntimeException ) SAL_OVERRIDE;
+ ::com::sun::star::uno::RuntimeException ) override;
virtual sal_Int64 SAL_CALL getLength()
throw( ::com::sun::star::io::IOException,
- ::com::sun::star::uno::RuntimeException ) SAL_OVERRIDE;
+ ::com::sun::star::uno::RuntimeException ) override;
};
} // namespace http_dav_ucp