}
xComponent.dispose();
}
static public void commit( XInterface xInterface )
{
XTransactedObject xTrans = (XTransactedObject)
UnoRuntime.queryInterface(XTransactedObject.class, xInterface);
if ( xTrans != null )
{
try
{
xTrans.commit();
}
catch ( Exception e )
{
LogUtils.DEBUG("Something went bellyup exception: " + e );
}