sTitle += "_new";
xPropSet.setPropertyValue ( "Title", sTitle );
m_aTestHelper.Message ( "Set new title: " + sTitle );
//store the object to the same file
xStandaloneDocInfo.storeIntoURL ( sURL );
m_aTestHelper.Message ( "Document info stored." );
//create a new StandaloneDocumentInfo object and load it from the file
Object oStandaloneDocInfo_ = m_xMSF.createInstance (
"com.sun.star.document.StandaloneDocumentInfo" );