User: kz Date: 2008-04-08 12:42:35+0000 Modified: dba/dbaccess/source/core/dataaccess/documentdefinition.cxx
Log: #i88015# buildfixes 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.57&r2=1.58 Delta lines: +4 -4 ------------------- --- documentdefinition.cxx 2008-04-04 14:49:32+0000 1.57 +++ documentdefinition.cxx 2008-04-08 12:42:32+0000 1.58 @@ -4,9 +4,9 @@ * * $RCSfile: documentdefinition.cxx,v $ * - * $Revision: 1.57 $ + * $Revision: 1.58 $ * - * last change: $Author: kz $ $Date: 2008/04/04 14:49:32 $ + * last change: $Author: kz $ $Date: 2008/04/08 12:42:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1546,7 +1546,7 @@ // ......................................................................... // put the common load arguments into the document's media descriptor - lcl_putLoadArgs( aMediaDesc, _bSuppressMacros, _bReadOnly, m_pImpl->m_aProps.aTitle ); + lcl_putLoadArgs( aMediaDesc, _bSuppressMacros, _bReadOnly ); return aMediaDesc.getPropertyValues(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
