User: vg Date: 2006/08/17 02:46:38 Modified: dba/dbaccess/source/core/misc/propertybag.hxx
Log: #i10000# get rid of warnings 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.2&r2=1.3 Delta lines: +6 -3 ------------------- --- propertybag.hxx 15 Aug 2006 10:46:57 -0000 1.2 +++ propertybag.hxx 17 Aug 2006 09:46:35 -0000 1.3 @@ -2,9 +2,9 @@ * * $RCSfile: propertybag.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2006/08/15 10:46:57 $ + * last change: $Author: vg $ $Date: 2006/08/17 09:46:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -265,6 +265,9 @@ OPropertyBag(); // never implemented OPropertyBag( const OPropertyBag& ); // never implemented OPropertyBag& operator=( const OPropertyBag& ); // never implemented + + using OPropertyStateContainer::getPropertyValues; + using OPropertyStateContainer::setPropertyValues; }; //........................................................................ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
