Tag: cws_src680_qiq User: fs Date: 06/05/24 02:09:47 Modified: /dba/dbaccess/source/core/inc/ querycontainer.hxx
Log: #i51143# overwrite approveNewObject File Changes: Directory: /dba/dbaccess/source/core/inc/ ========================================= File [changed]: querycontainer.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/querycontainer.hxx?r1=1.13&r2=1.13.4.1 Delta lines: +7 -3 ------------------- --- querycontainer.hxx 4 May 2006 08:38:37 -0000 1.13 +++ querycontainer.hxx 24 May 2006 09:09:44 -0000 1.13.4.1 @@ -4,9 +4,9 @@ * * $RCSfile: querycontainer.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.13.4.1 $ * - * last change: $Author: rt $ $Date: 2006/05/04 08:38:37 $ + * last change: $Author: fs $ $Date: 2006/05/24 09:09:44 $ * * 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 @@ virtual sal_Int32 SAL_CALL getCount( ) throw(::com::sun::star::uno::RuntimeException); // ::com::sun::star::container::XNameAccess virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getElementNames( ) throw(::com::sun::star::uno::RuntimeException); + + protected: + // ODefinitioncontainer overridables + virtual void approveNewObject(const ::rtl::OUString& _sName,const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContent >& _rxObject) const; private: // helper --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
