Tag: cws_dev300_dba31b User: oj Date: 2008-08-20 08:27:46+0000 Modified: dba/connectivity/source/drivers/file/FConnection.cxx
Log: wrong commit removed File Changes: Directory: /dba/connectivity/source/drivers/file/ ================================================= File [changed]: FConnection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/FConnection.cxx?r1=1.51.30.1&r2=1.51.30.2 Delta lines: +2 -16 -------------------- --- FConnection.cxx 2008-08-20 07:27:28+0000 1.51.30.1 +++ FConnection.cxx 2008-08-20 08:27:43+0000 1.51.30.2 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: FConnection.cxx,v $ - * $Revision: 1.51.30.1 $ + * $Revision: 1.51.30.2 $ * * This file is part of OpenOffice.org. * @@ -108,8 +108,7 @@ { osl_incrementInterlockedCount( &m_refCount ); - ::rtl::OUString aExt,sDocURL; - sal_Bool bUseRelativePath = sal_False; + ::rtl::OUString aExt; const PropertyValue *pIter = info.getConstArray(); const PropertyValue *pEnd = pIter + info.getLength(); for(;pIter != pEnd;++pIter) @@ -136,14 +135,6 @@ { pIter->Value >>= m_bCheckSQL92; } - else if (0 == pIter->Name.compareToAscii("URL")) - { - pIter->Value >>= sDocURL; - } - else if (0 == pIter->Name.compareToAscii("UseRelativePath")) - { - pIter->Value >>= bUseRelativePath; - } } // for(;pIter != pEnd;++pIter) { @@ -159,11 +150,6 @@ aFileName = aPathOptions.SubstituteVariable(aFileName); } - if ( bUseRelativePath && sDocURL.getLength() ) - { - aFileName = INetURLObject::GetAbsURL(sDocURL,aFileName); - } - aURL.SetSmartURL(aFileName); setURL(aURL.GetMainURL(INetURLObject::NO_DECODE)); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
