summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-03-11 08:43:41 +0000
committerOliver Bolte <obo@openoffice.org>2008-03-11 08:43:41 +0000
commit99f2e391306d1b5fc557f786c2d5d174670f90ac (patch)
tree8f7c793477d2ce030eaf97ef506775f0c7fdd467 /dbaccess
parent136e74a4f0856d31a917964bf2525c509e946e52 (diff)
#i10000# parse problem
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/dataaccess/databasedocument.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/dbaccess/source/core/dataaccess/databasedocument.cxx b/dbaccess/source/core/dataaccess/databasedocument.cxx
index 5ae376dbdcc2..7b3ba969aac0 100644
--- a/dbaccess/source/core/dataaccess/databasedocument.cxx
+++ b/dbaccess/source/core/dataaccess/databasedocument.cxx
@@ -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 @@ void ODatabaseDocument::impl_storeToStorage_throw( const Reference< XStorage >&
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 ) );