Tag: cws_src680_qiq User: fs Date: 06/05/11 04:25:56 Modified: /dba/dbaccess/source/core/dataaccess/ connection.hxx
Log: #i51143# derive from XWarningsSupplier (already implemented, but not derived) File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: connection.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/connection.hxx?r1=1.23.4.1&r2=1.23.4.2 Delta lines: +6 -5 ------------------- --- connection.hxx 10 May 2006 14:23:54 -0000 1.23.4.1 +++ connection.hxx 11 May 2006 11:25:53 -0000 1.23.4.2 @@ -4,9 +4,9 @@ * * $RCSfile: connection.hxx,v $ * - * $Revision: 1.23.4.1 $ + * $Revision: 1.23.4.2 $ * - * last change: $Author: fs $ $Date: 2006/05/10 14:23:54 $ + * last change: $Author: fs $ $Date: 2006/05/11 11:25:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -62,8 +62,8 @@ #ifndef _COM_SUN_STAR_SDB_XQUERIESSUPPLIER_HPP_ #include <com/sun/star/sdb/XQueriesSupplier.hpp> #endif -#ifndef _CPPUHELPER_IMPLBASE11_HXX_ -#include <cppuhelper/implbase11.hxx> +#ifndef _CPPUHELPER_IMPLBASE12_HXX_ +#include <cppuhelper/implbase12.hxx> #endif #ifndef _DBASHARED_APITOOLS_HXX_ #include "apitools.hxx" @@ -97,10 +97,11 @@ //========================================================================== //========================================================================== -typedef ::cppu::ImplHelper11< ::com::sun::star::container::XChild +typedef ::cppu::ImplHelper12< ::com::sun::star::container::XChild , ::com::sun::star::sdbcx::XTablesSupplier , ::com::sun::star::sdbcx::XViewsSupplier , ::com::sun::star::sdbc::XConnection + , ::com::sun::star::sdbc::XWarningsSupplier , ::com::sun::star::sdb::XQueriesSupplier , ::com::sun::star::sdb::XSQLQueryComposerFactory , ::com::sun::star::sdb::XCommandPreparation --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
