summaryrefslogtreecommitdiff
path: root/io/source/stm/odata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/stm/odata.cxx')
-rw-r--r--io/source/stm/odata.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/io/source/stm/odata.cxx b/io/source/stm/odata.cxx
index 878e0dfffd91..5b61d14e919c 100644
--- a/io/source/stm/odata.cxx
+++ b/io/source/stm/odata.cxx
@@ -92,7 +92,6 @@ public: // XDataInputStream
virtual OUString SAL_CALL readUTF() throw (IOException, RuntimeException, std::exception) override;
-
public: // XActiveDataSink
virtual void SAL_CALL setInputStream(const Reference< XInputStream > & aStream)
throw (RuntimeException, std::exception) override;
@@ -207,8 +206,6 @@ void ODataInputStream::closeInput()
}
-
-
//== XDataInputStream ===========================================
// XDataInputStream
@@ -384,7 +381,6 @@ OUString ODataInputStream::readUTF() throw (IOException, RuntimeException, std::
}
-
// XActiveDataSource
void ODataInputStream::setInputStream(const Reference< XInputStream > & aStream)
throw (RuntimeException, std::exception)
@@ -406,7 +402,6 @@ Reference< XInputStream > ODataInputStream::getInputStream() throw (RuntimeExcep
}
-
// XDataSink
void ODataInputStream::setSuccessor( const Reference < XConnectable > &r ) throw (RuntimeException, std::exception)
{
@@ -491,8 +486,6 @@ Sequence<OUString> ODataInputStream_getSupportedServiceNames()
}
-
-
class ODataOutputStream :
public WeakImplHelper <
XDataOutputStream,
@@ -796,8 +789,6 @@ Reference< XOutputStream > ODataOutputStream::getOutputStream()
}
-
-
// XDataSink
void ODataOutputStream::setSuccessor( const Reference < XConnectable > &r )
throw (RuntimeException, std::exception)
@@ -839,7 +830,6 @@ Reference < XConnectable > ODataOutputStream::getPredecessor() throw (RuntimeEx
}
-
// XServiceInfo
OUString ODataOutputStream::getImplementationName() throw (std::exception)
{
@@ -1056,7 +1046,6 @@ void OObjectOutputStream::writeObject( const Reference< XPersistObject > & xPObj
}
-
void OObjectOutputStream::connectToMarkable()
{
if( ! m_bValidMarkable ) {
@@ -1133,8 +1122,6 @@ sal_Int32 OObjectOutputStream::offsetToMark(sal_Int32 nMark)
}
-
-
Reference< XInterface > SAL_CALL OObjectOutputStream_CreateInstance(
SAL_UNUSED_PARAMETER const Reference < XComponentContext > & )
throw(Exception)