summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper/ucblockbytes.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/ucbhelper/ucblockbytes.cxx')
-rw-r--r--unotools/source/ucbhelper/ucblockbytes.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx
index c3b60498dff5..e5dd6b2da1e1 100644
--- a/unotools/source/ucbhelper/ucblockbytes.cxx
+++ b/unotools/source/ucbhelper/ucblockbytes.cxx
@@ -82,14 +82,14 @@ public:
// XActiveDataControl.
virtual void SAL_CALL addListener ( const Reference<XStreamListener> &/*rxListener*/) throw(RuntimeException, std::exception) SAL_OVERRIDE {}
virtual void SAL_CALL removeListener ( const Reference<XStreamListener> &/*rxListener*/) throw(RuntimeException, std::exception) SAL_OVERRIDE {}
- virtual void SAL_CALL start (void) throw(RuntimeException, std::exception) SAL_OVERRIDE {}
- virtual void SAL_CALL terminate (void) throw(RuntimeException, std::exception) SAL_OVERRIDE
+ virtual void SAL_CALL start() throw(RuntimeException, std::exception) SAL_OVERRIDE {}
+ virtual void SAL_CALL terminate() throw(RuntimeException, std::exception) SAL_OVERRIDE
{ m_xLockBytes->terminate_Impl(); }
// XActiveDataSink.
virtual void SAL_CALL setInputStream ( const Reference<XInputStream> &rxInputStream) throw(RuntimeException, std::exception) SAL_OVERRIDE
{ m_xLockBytes->setInputStream_Impl (rxInputStream); }
- virtual Reference<XInputStream> SAL_CALL getInputStream (void) throw(RuntimeException, std::exception) SAL_OVERRIDE
+ virtual Reference<XInputStream> SAL_CALL getInputStream() throw(RuntimeException, std::exception) SAL_OVERRIDE
{ return m_xLockBytes->getInputStream_Impl(); }
};
@@ -109,8 +109,8 @@ public:
// XActiveDataControl.
virtual void SAL_CALL addListener ( const Reference<XStreamListener> &/*rxListener*/) throw(RuntimeException, std::exception) SAL_OVERRIDE {}
virtual void SAL_CALL removeListener ( const Reference<XStreamListener> &/*rxListener*/) throw(RuntimeException, std::exception) SAL_OVERRIDE {}
- virtual void SAL_CALL start (void) throw(RuntimeException, std::exception) SAL_OVERRIDE {}
- virtual void SAL_CALL terminate (void) throw(RuntimeException, std::exception) SAL_OVERRIDE
+ virtual void SAL_CALL start() throw(RuntimeException, std::exception) SAL_OVERRIDE {}
+ virtual void SAL_CALL terminate() throw(RuntimeException, std::exception) SAL_OVERRIDE
{ m_xLockBytes->terminate_Impl(); }
// XActiveDataStreamer