Tag: cws_src680_warnings01 User: sb Date: 06/04/07 13:15:15 Modified: /dba/connectivity/source/commontools/ dbconversion.cxx
Log: RESYNC: (1.23-1.24); FILE MERGED File Changes: Directory: /dba/connectivity/source/commontools/ ================================================ File [changed]: dbconversion.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/dbconversion.cxx?r1=1.23.30.1&r2=1.23.30.2 Delta lines: +13 -4 -------------------- --- dbconversion.cxx 22 Dec 2005 11:44:04 -0000 1.23.30.1 +++ dbconversion.cxx 7 Apr 2006 20:15:12 -0000 1.23.30.2 @@ -51,6 +51,15 @@ #ifndef _COM_SUN_STAR_SDBC_SQLEXCEPTION_HPP_ #include <com/sun/star/sdbc/SQLException.hpp> +#endif +#ifndef _COM_SUN_STAR_UTIL_DATE_HPP_ +#include <com/sun/star/util/Date.hpp> +#endif +#ifndef _COM_SUN_STAR_UTIL_TIME_HPP_ +#include <com/sun/star/util/Time.hpp> +#endif +#ifndef _COM_SUN_STAR_UTIL_DATETIME_HPP_ +#include <com/sun/star/util/DateTime.hpp> #endif --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
