Tag: cws_src680_pbrwuno User: fs Date: 05/10/17 06:11:29 Modified: /dba/connectivity/source/commontools/ dbconversion.cxx, dbtools.cxx, dbtools2.cxx
Log: 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.23.16.1 Delta lines: +12 -6 -------------------- --- dbconversion.cxx 8 Sep 2005 05:14:15 -0000 1.23 +++ dbconversion.cxx 17 Oct 2005 13:11:24 -0000 1.23.16.1 @@ -4,9 +4,9 @@ * * $RCSfile: dbconversion.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.23.16.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 05:14:15 $ + * last change: $Author: fs $ $Date: 2005/10/17 13:11:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -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 File [changed]: dbtools.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/dbtools.cxx?r1=1.55.60.2&r2=1.55.60.3 Delta lines: +3 -6 ------------------- --- dbtools.cxx 4 Oct 2005 08:41:06 -0000 1.55.60.2 +++ dbtools.cxx 17 Oct 2005 13:11:25 -0000 1.55.60.3 @@ -4,9 +4,9 @@ * * $RCSfile: dbtools.cxx,v $ * - * $Revision: 1.55.60.2 $ + * $Revision: 1.55.60.3 $ * - * last change: $Author: fs $ $Date: 2005/10/04 08:41:06 $ + * last change: $Author: fs $ $Date: 2005/10/17 13:11:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -45,9 +45,6 @@ #ifndef _COMPHELPER_PROPERTY_HXX_ #include <comphelper/property.hxx> -#endif -#ifndef _COMPHELPER_DATETIME_HXX_ -#include <comphelper/datetime.hxx> #endif #ifndef _CONNECTIVITY_CONNCLEANUP_HXX_ #include <connectivity/conncleanup.hxx> File [changed]: dbtools2.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/dbtools2.cxx?r1=1.14&r2=1.14.16.1 Delta lines: +3 -6 ------------------- --- dbtools2.cxx 8 Sep 2005 05:15:04 -0000 1.14 +++ dbtools2.cxx 17 Oct 2005 13:11:26 -0000 1.14.16.1 @@ -4,9 +4,9 @@ * * $RCSfile: dbtools2.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.14.16.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 05:15:04 $ + * last change: $Author: fs $ $Date: 2005/10/17 13:11:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,9 +39,6 @@ #include "connectivity/dbconversion.hxx" #ifndef _DBHELPER_DBCHARSET_HXX_ #include <connectivity/dbcharset.hxx> -#endif -#ifndef _COMPHELPER_DATETIME_HXX_ -#include <comphelper/datetime.hxx> #endif #ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_ #include <com/sun/star/sdbc/XConnection.hpp> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
