From 23b04dae8b5ff6dbc4c4b63bfe08079ac6ed74ef Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 12 Sep 2011 15:13:28 +0200 Subject: sb140: #i117698# no implementations of XIdlClassProvider remain, so code that checks for it can be removed --- cppuhelper/test/testidlclass.cxx | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'cppuhelper/test') diff --git a/cppuhelper/test/testidlclass.cxx b/cppuhelper/test/testidlclass.cxx index 48ee84ed9101..85d3e7d8420a 100644 --- a/cppuhelper/test/testidlclass.cxx +++ b/cppuhelper/test/testidlclass.cxx @@ -31,7 +31,6 @@ #include -#include #include #include "testhelper.hxx" @@ -59,29 +58,6 @@ void testidlclass( const Reference < XMultiServiceFactory > &rSMgr) ); OSL_ASSERT( r.is() ); - - - { // test the xidlclassprovider interface ! - Reference< XIdlClassProvider > rProv( r , UNO_QUERY ); - OSL_ASSERT( rProv.is() ); - - { - Sequence < Reference < XIdlClass > > seq = rProv->getIdlClasses(); - - // is always one - OSL_ASSERT( seq.getLength() == 1 ); - - // test the weak reference - rProv->getIdlClasses(); - - } - - rProv->getIdlClasses(); - - - } - - OSL_ASSERT( r->getName() == sImplName ); // test equals -- cgit