summaryrefslogtreecommitdiffstats
path: root/ucb/source/ucp/webdav/SerfInputStream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav/SerfInputStream.cxx')
-rw-r--r--ucb/source/ucp/webdav/SerfInputStream.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/SerfInputStream.cxx b/ucb/source/ucp/webdav/SerfInputStream.cxx
index 2c8672ffc263..0c3a5b68d054 100644
--- a/ucb/source/ucp/webdav/SerfInputStream.cxx
+++ b/ucb/source/ucp/webdav/SerfInputStream.cxx
@@ -32,7 +32,7 @@ using namespace http_dav_ucp;
// Constructor
-SerfInputStream::SerfInputStream( void )
+SerfInputStream::SerfInputStream()
: mLen( 0 ),
mPos( 0 )
{
@@ -41,7 +41,7 @@ SerfInputStream::SerfInputStream( void )
// Destructor
-SerfInputStream::~SerfInputStream( void )
+SerfInputStream::~SerfInputStream()
{
}
@@ -142,7 +142,7 @@ sal_Int32 SAL_CALL SerfInputStream::available( )
// closeInput
-void SAL_CALL SerfInputStream::closeInput( void )
+void SAL_CALL SerfInputStream::closeInput()
throw( ::com::sun::star::io::NotConnectedException,
::com::sun::star::io::IOException,
::com::sun::star::uno::RuntimeException )