Tag: cws_src680_dba23b User: fs Date: 2007-07-11 20:51:29+0000 Modified: dba/dbaccess/source/core/misc/propertybag.hxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/core/misc/ ========================================== File [changed]: propertybag.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/misc/propertybag.hxx?r1=1.4.88.2&r2=1.4.88.3 Delta lines: +6 -2 ------------------- --- propertybag.hxx 2007-07-07 20:22:45+0000 1.4.88.2 +++ propertybag.hxx 2007-07-11 20:51:26+0000 1.4.88.3 @@ -4,9 +4,9 @@ * * $RCSfile: propertybag.hxx,v $ * - * $Revision: 1.4.88.2 $ + * $Revision: 1.4.88.3 $ * - * last change: $Author: fs $ $Date: 2007/07/07 20:22:45 $ + * last change: $Author: fs $ $Date: 2007/07/11 20:51:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -201,6 +201,10 @@ OPropertyBag(); // never implemented OPropertyBag( const OPropertyBag& ); // never implemented OPropertyBag& operator=( const OPropertyBag& ); // never implemented + protected: + using ::cppu::OPropertySetHelper::getPropertyValues; + using ::cppu::OPropertySetHelper::setPropertyValues; + using ::cppu::OPropertySetHelper::getFastPropertyValue; }; //........................................................................ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
