diff options
Diffstat (limited to 'ucbhelper/source')
-rw-r--r-- | ucbhelper/source/provider/fd_inputstream.cxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/ucbhelper/source/provider/fd_inputstream.cxx b/ucbhelper/source/provider/fd_inputstream.cxx index e9210a7a5c8a..d22b2b651730 100644 --- a/ucbhelper/source/provider/fd_inputstream.cxx +++ b/ucbhelper/source/provider/fd_inputstream.cxx @@ -146,8 +146,7 @@ namespace ucbhelper sal_Int64 SAL_CALL - FdInputStream::getPosition( - void ) + FdInputStream::getPosition() throw( IOException, RuntimeException, std::exception ) { @@ -161,11 +160,8 @@ namespace ucbhelper } - sal_Int64 SAL_CALL FdInputStream::getLength( - void - ) throw( - IOException,RuntimeException, std::exception - ) + sal_Int64 SAL_CALL FdInputStream::getLength() + throw( IOException,RuntimeException, std::exception ) { return m_nLength; } |