XURLTransformer xTransformer = (XURLTransformer)UnoRuntime.queryInterface(
XURLTransformer.class, m_orb.createInstance( "com.sun.star.util.URLTransformer" ) );
xTransformer.parseStrict( url );
PropertyValue[] aArgs = new PropertyValue[0];
xDispatch.dispatch( url[0], aArgs );
}
/* ------------------------------------------------------------------ */
/** undos the changes on the current record, by simulating pressing of the respective toolbox button
*/