m_aTestHelper.Error( "No input stream is available!" );
return false;
}
xTempInStream1.readBytes( pDummyData, 3 );
xTempInStream2.readBytes( pDummyData, 3 );
// create temporary storage, it will be checked later
Object oTargetStorage = m_xStorageFactory.createInstance();
XStorage xTargetStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTargetStorage );