final XPropertySet xPropSet ;
try {
oInt = xMSF.createInstance
("com.sun.star.comp.Calc.XMLSettingsImporter") ;
XImporter imp = (XImporter) UnoRuntime.queryInterface
(XImporter.class, oInt) ;
imp.setTargetDocument(comp) ;
XModel xSheetModel = (XModel)
UnoRuntime.queryInterface(XModel.class, xSheetDoc);
XController xController = xSheetModel.getCurrentController();
xPropSet = (XPropertySet)