Tag: cws_src680_dba201b User: fs Date: 05/06/08 07:48:14 Modified: /dba/dbaccess/source/core/dataaccess/ documentdefinition.cxx
Log: still #i50475#: copyTo requires to open the storage not-readonly, since the parent storage might be implicitly opened with the same permissions File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: documentdefinition.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/documentdefinition.cxx?r1=1.26.18.1&r2=1.26.18.2 Delta lines: +3 -3 ------------------- --- documentdefinition.cxx 8 Jun 2005 14:06:45 -0000 1.26.18.1 +++ documentdefinition.cxx 8 Jun 2005 14:48:11 -0000 1.26.18.2 @@ -2,9 +2,9 @@ * * $RCSfile: documentdefinition.cxx,v $ * - * $Revision: 1.26.18.1 $ + * $Revision: 1.26.18.2 $ * - * last change: $Author: fs $ $Date: 2005/06/08 14:06:45 $ + * last change: $Author: fs $ $Date: 2005/06/08 14:48:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -813,7 +813,7 @@ Reference< XStorage> xStorage(aIni[0],UNO_QUERY); ::rtl::OUString sPersistentName; aIni[1] >>= sPersistentName; - loadEmbeddedObject( Sequence< sal_Int8 >(), Reference< XConnection >(), sal_True ); + loadEmbeddedObject( Sequence< sal_Int8 >(), Reference< XConnection >(), sal_False ); Reference<XEmbedPersist> xPersist(m_xEmbeddedObject,UNO_QUERY); if ( xPersist.is() ) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
