summaryrefslogtreecommitdiff
path: root/io/test/stm/marktest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/test/stm/marktest.cxx')
-rw-r--r--io/test/stm/marktest.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/io/test/stm/marktest.cxx b/io/test/stm/marktest.cxx
index c8d2d1997299..8892e7338330 100644
--- a/io/test/stm/marktest.cxx
+++ b/io/test/stm/marktest.cxx
@@ -95,8 +95,6 @@ OMarkableOutputStreamTest::~OMarkableOutputStreamTest()
}
-
-
void OMarkableOutputStreamTest::testInvariant( const OUString& TestName,
const Reference < XInterface >& TestObject )
throw ( IllegalArgumentException, RuntimeException)
@@ -171,7 +169,6 @@ sal_Int32 OMarkableOutputStreamTest::test(
}
-
sal_Bool OMarkableOutputStreamTest::testPassed() throw (RuntimeException)
{
return m_seqErrors.getLength() == 0;
@@ -357,9 +354,6 @@ void OMarkableOutputStreamTest::testSimple( const Reference< XOutputStream >
****/
-
-
-
/**
* for external binding
*
@@ -372,7 +366,6 @@ Reference < XInterface > SAL_CALL OMarkableOutputStreamTest_CreateInstance( cons
}
-
Sequence<OUString> OMarkableOutputStreamTest_getSupportedServiceNames() throw ()
{
Sequence<OUString> aRet { OMarkableOutputStreamTest_getImplementationName() };
@@ -391,12 +384,6 @@ OUString OMarkableOutputStreamTest_getImplementationName() throw ()
}
-
-
-
-
-
-
// Input stream
@@ -456,7 +443,6 @@ OMarkableInputStreamTest::~OMarkableInputStreamTest()
}
-
void OMarkableInputStreamTest::testInvariant(
const OUString& TestName, const Reference < XInterface >& TestObject )
throw ( IllegalArgumentException, RuntimeException)
@@ -537,7 +523,6 @@ sal_Int32 OMarkableInputStreamTest::test(
}
-
sal_Bool OMarkableInputStreamTest::testPassed() throw (RuntimeException)
{
return m_seqErrors.getLength() == 0;
@@ -628,9 +613,6 @@ void OMarkableInputStreamTest::testSimple( const Reference< XOutputStream >
****/
-
-
-
/**
* for external binding
*
@@ -643,7 +625,6 @@ Reference < XInterface > SAL_CALL OMarkableInputStreamTest_CreateInstance( const
}
-
Sequence<OUString> OMarkableInputStreamTest_getSupportedServiceNames() throw ()
{
Sequence<OUString> aRet { OMarkableInputStreamTest_getImplementationName() };