summaryrefslogtreecommitdiff
path: root/io/test/stm/datatest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/test/stm/datatest.cxx')
-rw-r--r--io/test/stm/datatest.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/io/test/stm/datatest.cxx b/io/test/stm/datatest.cxx
index e6cc3238f84c..283344c271ee 100644
--- a/io/test/stm/datatest.cxx
+++ b/io/test/stm/datatest.cxx
@@ -95,8 +95,6 @@ protected:
};
-
-
void ODataStreamTest::testInvariant(
const OUString& TestName,
const Reference < XInterface >& TestObject )
@@ -220,7 +218,6 @@ sal_Int32 ODataStreamTest::test(
}
-
sal_Bool ODataStreamTest::testPassed() throw (RuntimeException)
{
return m_seqErrors.getLength() == 0;
@@ -323,7 +320,6 @@ void ODataStreamTest::testSimple( const Reference < XDataInputStream > &rInput
}
-
/**
* for external binding
*
@@ -440,7 +436,6 @@ public:
};
-
Reference <XPropertySetInfo > MyPersistObject::getPropertySetInfo()
throw (RuntimeException)
{
@@ -566,8 +561,6 @@ void MyPersistObject::removeVetoableChangeListener(
}
-
-
OUString MyPersistObject::getServiceName() throw (RuntimeException)
{
return m_sServiceName;
@@ -887,7 +880,6 @@ void OObjectStreamTest::testObject( const Reference< XObjectOutputStream >
ERROR_ASSERT( rIn.is() , "no objectInputStream" );
-
// tests, if saving an object with an unknown service name allows
// reading the data behind the object !
{
@@ -1035,9 +1027,6 @@ void OObjectStreamTest::testObject( const Reference< XObjectOutputStream >
markableOut->jumpToFurthest();
-
-
-
ERROR_ASSERT( 0 != rIn->available() , "no data arrived at input" );
Reference < XPersistObject > xReadPersistRef = rIn->readObject( );