summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/fd_inputstream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/provider/fd_inputstream.cxx')
-rw-r--r--ucbhelper/source/provider/fd_inputstream.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucbhelper/source/provider/fd_inputstream.cxx b/ucbhelper/source/provider/fd_inputstream.cxx
index af2abda11273..d469fb75d584 100644
--- a/ucbhelper/source/provider/fd_inputstream.cxx
+++ b/ucbhelper/source/provider/fd_inputstream.cxx
@@ -109,7 +109,7 @@ namespace ucbhelper
- sal_Int32 SAL_CALL FdInputStream::available(void)
+ sal_Int32 SAL_CALL FdInputStream::available()
throw(NotConnectedException,
IOException,
RuntimeException, std::exception)
@@ -119,7 +119,7 @@ namespace ucbhelper
- void SAL_CALL FdInputStream::closeInput(void)
+ void SAL_CALL FdInputStream::closeInput()
throw(NotConnectedException,
IOException,
RuntimeException, std::exception)