diff options
Diffstat (limited to 'io/source/stm/omark.cxx')
-rw-r--r-- | io/source/stm/omark.cxx | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/io/source/stm/omark.cxx b/io/source/stm/omark.cxx index c653efb87c08..55c2fcdd8fc4 100644 --- a/io/source/stm/omark.cxx +++ b/io/source/stm/omark.cxx @@ -316,7 +316,6 @@ sal_Int32 OMarkableOutputStream::offsetToMark(sal_Int32 nMark) } - // XActiveDataSource2 void OMarkableOutputStream::setOutputStream(const Reference < XOutputStream >& aStream) throw (RuntimeException, std::exception) @@ -336,7 +335,6 @@ Reference< XOutputStream > OMarkableOutputStream::getOutputStream() throw (Runti } - void OMarkableOutputStream::setSuccessor( const Reference< XConnectable > &r ) throw (RuntimeException, std::exception) { @@ -456,16 +454,9 @@ Sequence<OUString> OMarkableOutputStream_getSupportedServiceNames() } - - - - - - // XMarkableInputStream - class OMarkableInputStream : public WeakImplHelper < @@ -565,8 +556,6 @@ OMarkableInputStream::~OMarkableInputStream() } - - // XInputStream sal_Int32 OMarkableInputStream::readBytes(Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead) @@ -807,11 +796,6 @@ sal_Int32 OMarkableInputStream::offsetToMark(sal_Int32 nMark) } - - - - - // XActiveDataSource void OMarkableInputStream::setInputStream(const Reference< XInputStream > & aStream) throw (RuntimeException, std::exception) @@ -834,7 +818,6 @@ Reference< XInputStream > OMarkableInputStream::getInputStream() throw (RuntimeE } - // XDataSink void OMarkableInputStream::setSuccessor( const Reference< XConnectable > &r ) throw (RuntimeException, std::exception) @@ -876,8 +859,6 @@ Reference< XConnectable > OMarkableInputStream::getPredecessor() throw (Runtime } - - void OMarkableInputStream::checkMarksAndFlush() { map<sal_Int32,sal_Int32,less<sal_Int32> >::iterator ii; |