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, 2 insertions, 8 deletions
diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx
index 8f8343a56870..04bb3225a515 100644
--- a/unotools/source/ucbhelper/ucblockbytes.cxx
+++ b/unotools/source/ucbhelper/ucblockbytes.cxx
@@ -342,10 +342,7 @@ public:
const Reference< XStream >& aStream
) override;
- virtual Reference<XStream> SAL_CALL
- getStream (
- void
- ) override
+ virtual Reference<XStream> SAL_CALL getStream () override
{
osl::MutexGuard aGuard(m_aMutex);
return m_xStream;
@@ -371,10 +368,7 @@ public:
const Reference<XInputStream> &rxInputStream
) override;
- virtual Reference<XInputStream> SAL_CALL
- getInputStream (
- void
- ) override
+ virtual Reference<XInputStream> SAL_CALL getInputStream() override
{
osl::MutexGuard aGuard(m_aMutex);
return m_xStream;