User: vg Date: 06/03/14 02:47:32 Modified: /dba/connectivity/source/commontools/ dbconversion.cxx
Log: INTEGRATION: CWS pbrwuno (1.23.16); FILE MERGED 2005/10/17 13:11:24 fs 1.23.16.1: removed some obsolete includes 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&r2=1.24 Delta lines: +9 -3 ------------------- --- dbconversion.cxx 8 Sep 2005 05:14:15 -0000 1.23 +++ dbconversion.cxx 14 Mar 2006 10:47:30 -0000 1.24 @@ -39,9 +39,6 @@ #ifndef _DBHELPER_DBCHARSET_HXX_ #include <connectivity/dbcharset.hxx> #endif -#ifndef _COMPHELPER_DATETIME_HXX_ -#include <comphelper/datetime.hxx> -#endif #ifndef _OSL_DIAGNOSE_H_ #include <osl/diagnose.h> #endif @@ -51,6 +48,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]
