summaryrefslogtreecommitdiffstats
path: root/io/source/stm/opipe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/stm/opipe.cxx')
-rw-r--r--io/source/stm/opipe.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/io/source/stm/opipe.cxx b/io/source/stm/opipe.cxx
index c95657d1b27f..ccc3214cc8a5 100644
--- a/io/source/stm/opipe.cxx
+++ b/io/source/stm/opipe.cxx
@@ -227,7 +227,6 @@ void OPipeImpl::closeInput()
m_conditionBytesAvail.set();
setSuccessor( Reference< XConnectable > () );
- return;
}
@@ -278,7 +277,6 @@ void OPipeImpl::writeBytes(const Sequence< sal_Int8 >& aData)
void OPipeImpl::flush()
{
// nothing to do for a pipe
- return;
}
void OPipeImpl::closeOutput()
@@ -288,7 +286,6 @@ void OPipeImpl::closeOutput()
m_bOutputStreamClosed = true;
m_conditionBytesAvail.set();
setPredecessor( Reference < XConnectable > () );
- return;
}