Tag: cws_dev300_dba30d User: oj Date: 2008-05-27 11:05:29+0000 Modified: dba/connectivity/source/drivers/calc/CConnection.cxx
Log: #i89786# check if doc can be loaded File Changes: Directory: /dba/connectivity/source/drivers/calc/ ================================================= File [changed]: CConnection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/calc/CConnection.cxx?r1=1.17&r2=1.17.20.1 Delta lines: +4 -3 ------------------- --- CConnection.cxx 2008-04-10 08:28:50+0000 1.17 +++ CConnection.cxx 2008-05-27 11:05:27+0000 1.17.20.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: CConnection.cxx,v $ - * $Revision: 1.17 $ + * $Revision: 1.17.20.1 $ * * This file is part of OpenOffice.org. * @@ -112,7 +112,8 @@ pIter->Value >>= m_sPassword; break; } - } + } // for(;pIter != pEnd;++pIter) + ODocHolder aDocHodler(this); // just to test that the doc can be loaded } // ----------------------------------------------------------------------------- Reference< XSpreadsheetDocument> OCalcConnection::acquireDoc() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
