Tag: cws_dev300_odbmacros3 User: fs Date: 2008-07-23 10:06:04+0000 Modified: dba/dbaccess/source/core/dataaccess/documentdefinition.cxx
Log: #i76128# no public access to m_aArgs anymore 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.56.6.7&r2=1.56.6.8 Delta lines: +3 -3 ------------------- --- documentdefinition.cxx 2008-07-01 07:39:25+0000 1.56.6.7 +++ documentdefinition.cxx 2008-07-23 10:06:01+0000 1.56.6.8 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: documentdefinition.cxx,v $ - * $Revision: 1.56.6.7 $ + * $Revision: 1.56.6.8 $ * * This file is part of OpenOffice.org. * @@ -861,7 +861,7 @@ // for the document, default to the interaction handler as used for loading the DB doc // This might be overwritten below, when examining _rOpenArgument. - ::comphelper::NamedValueCollection aDBDocArgs( m_pImpl->m_pDataSource->m_aArgs ); + ::comphelper::NamedValueCollection aDBDocArgs( m_pImpl->m_pDataSource->getResource() ); aDocumentArgs.put( "InteractionHandler", aDBDocArgs.getOrDefault( "InteractionHandler", Reference< XInteractionHandler >() ) ); ::boost::optional< sal_Int16 > aDocumentMacroMode; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
