} catch (com.sun.star.uno.Exception e) {
e.printStackTrace(log);
throw new StatusException("Couldn't create URLTransformer", e);
}
XDispatch getting = null;
log.println("opening InsertField dialog");
URL[] url = new URL[1];
url[0] = new URL();
url[0].Complete = ".uno:InsertField";
urlTransf.parseStrict(url);
getting = aProv.queryDispatch(url[0], "", 0);
PropertyValue[] noArgs = new PropertyValue[0];
getting.dispatch(url[0], noArgs);
shortWait();
XInterface oObj = null;