summaryrefslogtreecommitdiff
path: root/io/test/stm/pipetest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/test/stm/pipetest.cxx')
-rw-r--r--io/test/stm/pipetest.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/io/test/stm/pipetest.cxx b/io/test/stm/pipetest.cxx
index 6c99969360f9..f817cd2acff2 100644
--- a/io/test/stm/pipetest.cxx
+++ b/io/test/stm/pipetest.cxx
@@ -90,7 +90,6 @@ private:
};
-
class OPipeTest : public WeakImplHelper < XSimpleTest >
{
public:
@@ -129,7 +128,6 @@ private:
};
-
OPipeTest::OPipeTest( const Reference< XMultiServiceFactory > &rFactory )
{
@@ -141,7 +139,6 @@ OPipeTest::~OPipeTest()
}
-
void OPipeTest::testInvariant( const OUString& TestName, const Reference < XInterface >& TestObject )
throw ( IllegalArgumentException,
RuntimeException)
@@ -205,7 +202,6 @@ sal_Int32 OPipeTest::test(
}
-
sal_Bool OPipeTest::testPassed() throw (RuntimeException)
{
return m_seqErrors.getLength() == 0;
@@ -356,7 +352,6 @@ void OPipeTest::testBufferResizing( const Reference < XInterface > &r )
}
-
void OPipeTest::testMultithreading( const Reference < XInterface > &r )
{
@@ -394,7 +389,6 @@ void OPipeTest::testMultithreading( const Reference < XInterface > &r )
}
-
/**
* for external binding
*
@@ -408,7 +402,6 @@ Reference < XInterface > SAL_CALL OPipeTest_CreateInstance( const Reference< XMu
}
-
Sequence<OUString> OPipeTest_getSupportedServiceNames() throw()
{
Sequence<OUString> aRet { OPipeTest_getServiceName() };