summaryrefslogtreecommitdiff
path: root/io/test/stm/pumptest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/test/stm/pumptest.cxx')
-rw-r--r--io/test/stm/pumptest.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/io/test/stm/pumptest.cxx b/io/test/stm/pumptest.cxx
index ae2a28bebf38..898805b068df 100644
--- a/io/test/stm/pumptest.cxx
+++ b/io/test/stm/pumptest.cxx
@@ -41,8 +41,6 @@
#include <list>
-
-
using namespace ::osl;
using namespace ::cppu;
using namespace ::com::sun::star::uno;
@@ -111,7 +109,6 @@ OPumpTest::~OPumpTest()
}
-
void OPumpTest::testInvariant( const OUString& TestName, const Reference < XInterface >& TestObject )
throw ( IllegalArgumentException,
RuntimeException)
@@ -189,7 +186,6 @@ sal_Int32 OPumpTest::test(
}
-
sal_Bool OPumpTest::testPassed() throw (RuntimeException)
{
return m_seqErrors.getLength() == 0;
@@ -317,7 +313,6 @@ private:
};
-
void OPumpTest::testClose( const Reference< XInterface > &r )
{
TestCase t( m_rSmgr, r );