Tag: cws_src680_dba24d User: fs Date: 2007-12-01 21:17:39+0000 Modified: dba/dbaccess/source/core/dataaccess/documentdefinition.cxx
Log: #i10000# 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.48.6.4&r2=1.48.6.5 Delta lines: +4 -4 ------------------- --- documentdefinition.cxx 2007-12-01 13:40:03+0000 1.48.6.4 +++ documentdefinition.cxx 2007-12-01 21:17:37+0000 1.48.6.5 @@ -4,9 +4,9 @@ * * $RCSfile: documentdefinition.cxx,v $ * - * $Revision: 1.48.6.4 $ + * $Revision: 1.48.6.5 $ * - * last change: $Author: fs $ $Date: 2007/12/01 13:40:03 $ + * last change: $Author: fs $ $Date: 2007/12/01 21:17:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -878,7 +878,7 @@ const PropertyValue* pEnd = pIter + aArguments.getLength(); for ( ;pIter != pEnd; ++pIter ) { - if ( pIter->Name == PROPERTY_ACTIVECONNECTION ) + if ( pIter->Name == PROPERTY_ACTIVE_CONNECTION ) { xConnection.set( pIter->Value, UNO_QUERY ); continue; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
