URL[] aParseURL = new URL[1];
aParseURL[0] = new URL();
aParseURL[0].Complete = aSlotID;
xParser.parseStrict(aParseURL);
URL aURL = aParseURL[0];
XDispatch xDispatcher = xDispProv.queryDispatch( aURL,"",0);
if( xDispatcher != null )
xDispatcher.dispatch( aURL, null );
utils.shortWait(Param.getInt(util.PropertyName.SHORT_WAIT));
} catch (com.sun.star.uno.Exception e) {
log.println("Couldn't change mode");