User: hr Date: 2006/08/15 03:29:27 Modified: dba/connectivity/source/drivers/mozab/MPreparedStatement.cxx
Log: INTEGRATION: CWS dba30 (1.8.6); FILE MERGED 2006/07/19 10:26:06 fs 1.8.6.3: RESYNC: (1.9-1.11); FILE MERGED 2005/09/28 12:14:52 fs 1.8.6.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/18 06:52:27 fs 1.8.6.1: MColumn ununsed File Changes: Directory: /dba/connectivity/source/drivers/mozab/ ================================================== File [changed]: MPreparedStatement.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MPreparedStatement.cxx?r1=1.11&r2=1.12 Delta lines: +3 -1 ------------------- --- MPreparedStatement.cxx 10 Jul 2006 14:29:27 -0000 1.11 +++ MPreparedStatement.cxx 15 Aug 2006 10:29:24 -0000 1.12 @@ -37,7 +37,9 @@ #ifndef _OSL_DIAGNOSE_H_ #include <osl/diagnose.h> #endif -#include "MColumn.hxx" +#ifndef _CONNECTIVITY_SDBCX_COLUMN_HXX_ +#include "connectivity/sdbcx/VColumn.hxx" +#endif #include "MPreparedStatement.hxx" #ifndef _COM_SUN_STAR_SDBC_DATATYPE_HPP_ #include <com/sun/star/sdbc/DataType.hpp> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
