impl_stopObservingEvents( m_globalEvents, new String[] { "OnModifyChanged" }, context );
// XStorable.store, with implicit reset of the "Modified" flag
context = "store (2)";
impl_startObservingEvents( context );
storeDoc.store();
assureEquals( "'store' should implicitly reset the modified flag", modifyDoc.isModified(), false );
impl_stopObservingEvents( m_globalEvents, new String[] { "OnSave", "OnSaveDone", "OnModifyChanged" }, context );
// XComponentLoader.loadComponentFromURL
newURL = impl_copyTempFile( databaseDoc.getURL() );