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.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/ucb/source/ucp/webdav/SerfInputStream.hxx b/ucb/source/ucp/webdav/SerfInputStream.hxx
index d06a84acbd42..1d35c3ebe44a 100644
--- a/ucb/source/ucp/webdav/SerfInputStream.hxx
+++ b/ucb/source/ucp/webdav/SerfInputStream.hxx
@@ -46,7 +46,7 @@ class SerfInputStream : public ::com::sun::star::io::XInputStream,
sal_Int64 mPos;
public:
- SerfInputStream( void );
+ SerfInputStream();
virtual ~SerfInputStream();
// Add some data to the end of the stream
@@ -57,11 +57,11 @@ class SerfInputStream : public ::com::sun::star::io::XInputStream,
const ::com::sun::star::uno::Type & type )
throw( ::com::sun::star::uno::RuntimeException ) SAL_OVERRIDE;
- virtual void SAL_CALL acquire( void )
+ virtual void SAL_CALL acquire()
throw () SAL_OVERRIDE
{ OWeakObject::acquire(); }
- virtual void SAL_CALL release( void )
+ virtual void SAL_CALL release()
throw() SAL_OVERRIDE
{ OWeakObject::release(); }
@@ -89,12 +89,12 @@ class SerfInputStream : public ::com::sun::star::io::XInputStream,
::com::sun::star::io::IOException,
::com::sun::star::uno::RuntimeException ) SAL_OVERRIDE;
- virtual sal_Int32 SAL_CALL available( void )
+ virtual sal_Int32 SAL_CALL available()
throw( ::com::sun::star::io::NotConnectedException,
::com::sun::star::io::IOException,
::com::sun::star::uno::RuntimeException ) SAL_OVERRIDE;
- virtual void SAL_CALL closeInput( void )
+ virtual void SAL_CALL closeInput()
throw( ::com::sun::star::io::NotConnectedException,
::com::sun::star::io::IOException,
::com::sun::star::uno::RuntimeException ) SAL_OVERRIDE;