User: hr Date: 06/06/19 18:20:15 Modified: /dba/connectivity/source/drivers/dbase/ DIndexColumns.cxx
Log: INTEGRATION: CWS warnings01 (1.11.30); FILE MERGED 2005/11/16 12:58:55 fs 1.11.30.1: #i57457# warning free code File Changes: Directory: /dba/connectivity/source/drivers/dbase/ ================================================== File [changed]: DIndexColumns.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/dbase/DIndexColumns.cxx?r1=1.11&r2=1.12 Delta lines: +5 -1 ------------------- --- DIndexColumns.cxx 8 Sep 2005 05:38:24 -0000 1.11 +++ DIndexColumns.cxx 20 Jun 2006 01:20:12 -0000 1.12 @@ -48,6 +48,9 @@ #ifndef _COMPHELPER_PROPERTY_HXX_ #include <comphelper/property.hxx> #endif +#ifndef _DBHELPER_DBEXCEPTION_HXX_ +#include <connectivity/dbexception.hxx> +#endif using namespace ::comphelper; @@ -107,8 +110,9 @@ return xProp; } // ------------------------------------------------------------------------- -void ODbaseIndexColumns::appendObject( const Reference< XPropertySet >& descriptor ) +void ODbaseIndexColumns::appendObject( const Reference< XPropertySet >& /*descriptor*/ ) { + ::dbtools::throwFeatureNotImplementedException( "XAppend::appendByDescriptor", static_cast< XAppend* >( this ) ); } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
