XControl.class, oObj);
xCtrl.setModel(the_Model);
ctrlCont = (XControlContainer) UnoRuntime.queryInterface(
XControlContainer.class, oObj);
ctrlCont.addControl("jupp", access.getControl(aShape.getControl()));
} catch (Exception e) {
e.printStackTrace(log);
throw new StatusException("Couldn't create UnoControlContainer", e);
}