oledata = null;
//insert the temp stream as a sub stream and use an XTransactedObject to commit it immediately
XTransactedObject xTransact = (XTransactedObject) UnoRuntime.queryInterface( XTransactedObject.class, m_Storage );
m_Storage.insertByName(aName,xInput);
xTransact.commit();
xTransact = null;
}
catch( Exception e )
{