(XImporter.class, oInt) ;
imp.setTargetDocument(comp) ;
XModel xSheetModel = (XModel)
UnoRuntime.queryInterface(XModel.class, xSheetDoc);
XController xController = xSheetModel.getCurrentController();
xPropSet = (XPropertySet)
UnoRuntime.queryInterface(XPropertySet.class, xController);
} catch (com.sun.star.uno.Exception e) {
e.printStackTrace(log) ;
throw new StatusException("Can't create component.", e) ;