summaryrefslogtreecommitdiff
path: root/extensions/test/ole/unloading/unloadTest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/test/ole/unloading/unloadTest.cxx')
-rw-r--r--extensions/test/ole/unloading/unloadTest.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/extensions/test/ole/unloading/unloadTest.cxx b/extensions/test/ole/unloading/unloadTest.cxx
index fa3e39271365..35ccd1ab1005 100644
--- a/extensions/test/ole/unloading/unloadTest.cxx
+++ b/extensions/test/ole/unloading/unloadTest.cxx
@@ -171,18 +171,6 @@ sal_Bool test3()
Reference<XComponent> xcomp( context, UNO_QUERY);
xcomp->dispose();
-// for (int i=0; i < 10; i++)
-// {
-// Reference<XSimpleRegistry> xreg= createSimpleRegistry();
-// xreg->open( OUString( RTL_CONSTASCII_USTRINGPARAM("applicat.rdb")),
-// sal_False, sal_False );
-// Reference< XComponentContext > context= bootstrap_InitialComponentContext(xreg);
-// Reference<XComponent> xcomp( context, UNO_QUERY);
-// xcomp->dispose();
-//
-// }
-
-// return sal_True;
return bTest1 && bTest2;
}