Tag: cws_src680_dba23b User: fs Date: 2007-07-08 11:41:47+0000 Modified: dba/dbaccess/source/core/misc/propertybag.cxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/core/misc/ ========================================== File [changed]: propertybag.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/misc/propertybag.cxx?r1=1.6.14.2&r2=1.6.14.3 Delta lines: +3 -3 ------------------- --- propertybag.cxx 2007-07-07 20:22:44+0000 1.6.14.2 +++ propertybag.cxx 2007-07-08 11:41:45+0000 1.6.14.3 @@ -4,9 +4,9 @@ * * $RCSfile: propertybag.cxx,v $ * - * $Revision: 1.6.14.2 $ + * $Revision: 1.6.14.3 $ * - * last change: $Author: fs $ $Date: 2007/07/07 20:22:44 $ + * last change: $Author: fs $ $Date: 2007/07/08 11:41:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -377,7 +377,7 @@ sal_Int16 nAttributes = PropertyAttribute::BOUND | PropertyAttribute::REMOVEABLE | PropertyAttribute::MAYBEDEFAULT; addProperty( *pName, nAttributes, pProperty->Value ); // rPropInfo is invalid, refetch - ::cppu::IPropertyArrayHelper& rPropInfo = getInfoHelper(); + rPropInfo = getInfoHelper(); *pHandle = rPropInfo.getHandleByName( *pName ); continue; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
