User: obo     
Date: 2008-03-11 09:43:44+0000
Modified:
   dba/dbaccess/source/core/dataaccess/databasedocument.cxx

Log:
 #i10000# parse problem

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.39&r2=1.40
Delta lines:  +4 -3
-------------------
--- databasedocument.cxx        2008-03-11 08:47:14+0000        1.39
+++ databasedocument.cxx        2008-03-11 09:43:41+0000        1.40
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: databasedocument.cxx,v $
  *
- *  $Revision: 1.39 $
+ *  $Revision: 1.40 $
  *
- *  last change: $Author: obo $ $Date: 2008/03/11 08:47:14 $
+ *  last change: $Author: obo $ $Date: 2008/03/11 09:43:41 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -715,7 +715,8 @@
                xCurrentStorage->copyToStorage( _rxTargetStorage );
 
         // write into target storage
-        writeStorage( _rxTargetStorage, ::comphelper::NamedValueCollection( 
_rMediaDescriptor ) );
+               ::comphelper::NamedValueCollection aWriteArgs( 
_rMediaDescriptor );
+        writeStorage( _rxTargetStorage, aWriteArgs );
 
         // commit target storage
         OSL_VERIFY( m_pImpl->commitStorageIfWriteable_ignoreErrors( 
_rxTargetStorage ) );




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to