diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-26 07:50:25 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-01-26 07:50:25 +0100 |
commit | fa2526c545f8fa64c8b91018428e27b2e2d8376e (patch) | |
tree | 1e99e65e0c6e9411b99e4e7a9d283f74fabc9e6d /extensions/test | |
parent | bef90950a08466069552616ae16d1941acd8b247 (diff) |
Remove some dead code.
Diffstat (limited to 'extensions/test')
-rw-r--r-- | extensions/test/sax/testsax.cxx | 6 | ||||
-rw-r--r-- | extensions/test/sax/testwriter.cxx | 17 | ||||
-rw-r--r-- | extensions/test/stm/marktest.cxx | 23 |
3 files changed, 0 insertions, 46 deletions
diff --git a/extensions/test/sax/testsax.cxx b/extensions/test/sax/testsax.cxx index 0fc3691a47dc..e08231409bed 100644 --- a/extensions/test/sax/testsax.cxx +++ b/extensions/test/sax/testsax.cxx @@ -109,13 +109,9 @@ using namespace usr; /**** * test szenarios : -* -* -* ****/ - class OSaxParserTest : public XSimpleTest, public OWeakObject @@ -165,8 +161,6 @@ private: /** * for external binding -* -* **/ XInterfaceRef OSaxParserTest_CreateInstance( const XMultiServiceFactoryRef & rSMgr ) THROWS((Exception)) { diff --git a/extensions/test/sax/testwriter.cxx b/extensions/test/sax/testwriter.cxx index 820f962de8b0..19efbc72a947 100644 --- a/extensions/test/sax/testwriter.cxx +++ b/extensions/test/sax/testwriter.cxx @@ -108,9 +108,6 @@ using namespace usr; /**** * test szenarios : -* -* -* ****/ @@ -398,20 +395,8 @@ void AttributeListImpl::clear() OSL_ASSERT( ! getLength() ); } - - - - - - - - - - /** * for external binding -* -* **/ XInterfaceRef OSaxWriterTest_CreateInstance( const XMultiServiceFactoryRef & rSMgr ) THROWS((Exception)) { @@ -751,8 +736,6 @@ void OSaxWriterTest::testPerformance(const XExtendedDocumentHandlerRef &r ) r->ignorableWhitespace( L""); r->startElement( L"huhu" , rList ); r->characters( testParagraph ); -// writeParagraph( r , testParagraph ); - r->ignorableWhitespace( L""); r->endElement( L"huhu" ); } diff --git a/extensions/test/stm/marktest.cxx b/extensions/test/stm/marktest.cxx index 3043d119c122..1ca417e33d4c 100644 --- a/extensions/test/stm/marktest.cxx +++ b/extensions/test/stm/marktest.cxx @@ -368,19 +368,8 @@ void OMarkableOutputStreamTest::testSimple( const XOutputStreamRef &rOutput } -/*** -* the test methods -* -****/ - - - - - /** * for external binding -* -* **/ XInterfaceRef OMarkableOutputStreamTest_CreateInstance( const XMultiServiceFactoryRef & rSMgr ) THROWS((Exception)) { @@ -418,7 +407,6 @@ UString OMarkableOutputStreamTest_getImplementationName() THROWS( () ) //----------------------------------------------------- // Input stream - class OMarkableInputStreamTest : public XSimpleTest, public OWeakObject @@ -641,19 +629,8 @@ void OMarkableInputStreamTest::testSimple( const XOutputStreamRef &rOutput rInput->closeInput(); } -/*** -* the test methods -* -****/ - - - - - /** * for external binding -* -* **/ XInterfaceRef OMarkableInputStreamTest_CreateInstance( const XMultiServiceFactoryRef & rSMgr ) THROWS((Exception)) { |