User: obo Date: 2008-03-11 08:47:17+0000 Modified: dba/dbaccess/source/core/dataaccess/databasedocument.cxx
Log: #i10000# fix for solaris File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: databasedocument.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/databasedocument.cxx?r1=1.38&r2=1.39 Delta lines: +4 -4 ------------------- --- databasedocument.cxx 2008-03-06 17:58:17+0000 1.38 +++ databasedocument.cxx 2008-03-11 08:47:14+0000 1.39 @@ -4,9 +4,9 @@ * * $RCSfile: databasedocument.cxx,v $ * - * $Revision: 1.38 $ + * $Revision: 1.39 $ * - * last change: $Author: kz $ $Date: 2008/03/06 17:58:17 $ + * last change: $Author: obo $ $Date: 2008/03/11 08:47:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -715,7 +715,7 @@ xCurrentStorage->copyToStorage( _rxTargetStorage ); // write into target storage - writeStorage( _rxTargetStorage, _rMediaDescriptor ); + writeStorage( _rxTargetStorage, ::comphelper::NamedValueCollection( _rMediaDescriptor ) ); // commit target storage OSL_VERIFY( m_pImpl->commitStorageIfWriteable_ignoreErrors( _rxTargetStorage ) ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
