// first we write what we are intend to do to log file
log.println( "creating a test environment" );
// create testobject here
XDrawPage the_page = DrawTools.getDrawPage(xDrawDoc, 0);
XLinkTargetSupplier oLTS = (XLinkTargetSupplier)
UnoRuntime.queryInterface(XLinkTargetSupplier.class, the_page);
XInterface oObj = oLTS.getLinks();
SOfficeFactory SOF = SOfficeFactory.getFactory(
(XMultiServiceFactory)Param.getMSF());
log.println( "inserting some Shapes" );
XShapes oShapes = (XShapes)