summaryrefslogtreecommitdiff
path: root/cppuhelper/test/testidlclass.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/test/testidlclass.cxx')
-rw-r--r--cppuhelper/test/testidlclass.cxx24
1 files changed, 0 insertions, 24 deletions
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 <cppuhelper/stdidlclass.hxx>
-#include <com/sun/star/reflection/XIdlClassProvider.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#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