Tag: cws_src680_kdeheaders User: ebischoff Date: 2006/07/28 07:44:15 Removed: dba/connectivity/source/drivers/kab/kde_headers.hxx
Modified: dba/connectivity/source/drivers/kab/KConnection.cxx dba/connectivity/source/drivers/kab/KDEInit.cxx dba/connectivity/source/drivers/kab/KDatabaseMetaData.cxx dba/connectivity/source/drivers/kab/KResultSet.cxx dba/connectivity/source/drivers/kab/KResultSet.hxx dba/connectivity/source/drivers/kab/kcondition.hxx dba/connectivity/source/drivers/kab/kfields.hxx dba/connectivity/source/drivers/kab/korder.hxx Log: Wrapping all KDE includes in a single header File Changes: Directory: /dba/connectivity/source/drivers/kab/ ================================================ File [changed]: KConnection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KConnection.cxx?r1=1.5&r2=1.5.26.1 Delta lines: +6 -5 ------------------- --- KConnection.cxx 6 Jul 2006 14:09:41 -0000 1.5 +++ KConnection.cxx 28 Jul 2006 14:44:12 -0000 1.5.26.1 @@ -4,9 +4,9 @@ * * $RCSfile: KConnection.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.5.26.1 $ * - * last change: $Author: kz $ $Date: 2006/07/06 14:09:41 $ + * last change: $Author: ebischoff $ $Date: 2006/07/28 14:44:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -57,8 +57,9 @@ #include <com/sun/star/sdbc/TransactionIsolation.hpp> #endif -#define KDE_HEADERS_WANT_KABC_STDADDRESSBOOK -#include "kde_headers.hxx" +#ifndef INCLUDED_VCL_KDE_HEADERS_H +#include <vcl/kde_headers.h> +#endif using namespace connectivity::kab; using namespace com::sun::star::uno; File [changed]: KDEInit.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KDEInit.cxx?r1=1.3&r2=1.3.26.1 Delta lines: +6 -9 ------------------- --- KDEInit.cxx 6 Jul 2006 14:10:11 -0000 1.3 +++ KDEInit.cxx 28 Jul 2006 14:44:12 -0000 1.3.26.1 @@ -4,9 +4,9 @@ * * $RCSfile: KDEInit.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.3.26.1 $ * - * last change: $Author: kz $ $Date: 2006/07/06 14:10:11 $ + * last change: $Author: ebischoff $ $Date: 2006/07/28 14:44:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,12 +44,9 @@ #include <osl/process.h> #endif -#define KDE_HEADERS_WANT_KAPPLICATION -#define KDE_HEADERS_WANT_KCMDLINEARGS -#define KDE_HEADERS_WANT_KGLOBAL -#define KDE_HEADERS_WANT_KLOCALE -#define KDE_HEADERS_WANT_KDEVERSION -#include "kde_headers.hxx" +#ifndef INCLUDED_VCL_KDE_HEADERS_H +#include <vcl/kde_headers.h> +#endif namespace connectivity { File [changed]: KDatabaseMetaData.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KDatabaseMetaData.cxx?r1=1.5&r2=1.5.26.1 Delta lines: +7 -4 ------------------- --- KDatabaseMetaData.cxx 6 Jul 2006 14:14:45 -0000 1.5 +++ KDatabaseMetaData.cxx 28 Jul 2006 14:44:12 -0000 1.5.26.1 @@ -4,9 +4,9 @@ * * $RCSfile: KDatabaseMetaData.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.5.26.1 $ * - * last change: $Author: kz $ $Date: 2006/07/06 14:14:45 $ + * last change: $Author: ebischoff $ $Date: 2006/07/28 14:44:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,7 +41,10 @@ #ifndef CONNECTIVITY_KAB_KDEINIT_H #include "KDEInit.h" #endif -#include <klocale.h> + +#ifndef INCLUDED_VCL_KDE_HEADERS_H +#include <vcl/kde_headers.h> +#endif #ifndef _CONNECTIVITY_FDATABASEMETADATARESULTSET_HXX_ #include "FDatabaseMetaDataResultSet.hxx" File [changed]: KResultSet.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KResultSet.cxx?r1=1.4&r2=1.4.26.1 Delta lines: +3 -8 ------------------- --- KResultSet.cxx 6 Jul 2006 14:19:01 -0000 1.4 +++ KResultSet.cxx 28 Jul 2006 14:44:12 -0000 1.4.26.1 @@ -4,9 +4,9 @@ * * $RCSfile: KResultSet.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.26.1 $ * - * last change: $Author: kz $ $Date: 2006/07/06 14:19:01 $ + * last change: $Author: ebischoff $ $Date: 2006/07/28 14:44:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,11 +49,6 @@ #ifndef _CONNECTIVITY_KAB_FIELDS_HXX_ #include "kfields.hxx" #endif - -#define KDE_HEADERS_WANT_KABC_ADDRESSBOOK -#include "kde_headers.hxx" - -#include <qdatetime.h> #ifndef _COM_SUN_STAR_BEANS_PROPERTYATTRIBUTE_HPP_ #include <com/sun/star/beans/PropertyAttribute.hpp> File [changed]: KResultSet.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KResultSet.hxx?r1=1.4&r2=1.4.26.1 Delta lines: +6 -5 ------------------- --- KResultSet.hxx 6 Jul 2006 14:19:48 -0000 1.4 +++ KResultSet.hxx 28 Jul 2006 14:44:12 -0000 1.4.26.1 @@ -4,9 +4,9 @@ * * $RCSfile: KResultSet.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.26.1 $ * - * last change: $Author: kz $ $Date: 2006/07/06 14:19:48 $ + * last change: $Author: ebischoff $ $Date: 2006/07/28 14:44:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,8 +43,9 @@ #include "KResultSetMetaData.hxx" #endif -#define KDE_HEADERS_WANT_KABC_ADDRESSEE -#include "kde_headers.hxx" +#ifndef INCLUDED_VCL_KDE_HEADERS_H +#include <vcl/kde_headers.h> +#endif #ifndef _COM_SUN_STAR_SDBC_XROW_HPP_ #include <com/sun/star/sdbc/XRow.hpp> File [changed]: kcondition.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/kcondition.hxx?r1=1.3&r2=1.3.26.1 Delta lines: +6 -5 ------------------- --- kcondition.hxx 6 Jul 2006 14:23:11 -0000 1.3 +++ kcondition.hxx 28 Jul 2006 14:44:13 -0000 1.3.26.1 @@ -4,9 +4,9 @@ * * $RCSfile: kcondition.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.3.26.1 $ * - * last change: $Author: kz $ $Date: 2006/07/06 14:23:11 $ + * last change: $Author: ebischoff $ $Date: 2006/07/28 14:44:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,8 +40,9 @@ #include <comphelper/types.hxx> #endif -#define KDE_HEADERS_WANT_KABC_ADDRESSEE -#include "kde_headers.hxx" +#ifndef INCLUDED_VCL_KDE_HEADERS_H +#include <vcl/kde_headers.h> +#endif #ifndef _DBHELPER_DBEXCEPTION_HXX_ #include <connectivity/dbexception.hxx> File [removed]: kde_headers.hxx File [changed]: kfields.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/kfields.hxx?r1=1.3&r2=1.3.26.1 Delta lines: +6 -5 ------------------- --- kfields.hxx 6 Jul 2006 14:23:42 -0000 1.3 +++ kfields.hxx 28 Jul 2006 14:44:13 -0000 1.3.26.1 @@ -4,9 +4,9 @@ * * $RCSfile: kfields.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.3.26.1 $ * - * last change: $Author: kz $ $Date: 2006/07/06 14:23:42 $ + * last change: $Author: ebischoff $ $Date: 2006/07/28 14:44:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,8 +36,9 @@ #ifndef _CONNECTIVITY_KAB_FIELDS_HXX_ #define _CONNECTIVITY_KAB_FIELDS_HXX_ -#define KDE_HEADERS_WANT_KABC_FIELD -#include "kde_headers.hxx" +#ifndef INCLUDED_VCL_KDE_HEADERS_H +#include <vcl/kde_headers.h> +#endif #ifndef _DBHELPER_DBEXCEPTION_HXX_ #include <connectivity/dbexception.hxx> File [changed]: korder.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/korder.hxx?r1=1.4&r2=1.4.26.1 Delta lines: +6 -5 ------------------- --- korder.hxx 6 Jul 2006 14:24:04 -0000 1.4 +++ korder.hxx 28 Jul 2006 14:44:13 -0000 1.4.26.1 @@ -4,9 +4,9 @@ * * $RCSfile: korder.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.26.1 $ * - * last change: $Author: kz $ $Date: 2006/07/06 14:24:04 $ + * last change: $Author: ebischoff $ $Date: 2006/07/28 14:44:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,8 +40,9 @@ #include "rtl/ustring.hxx" #endif -#define KDE_HEADERS_WANT_KABC_ADDRESSEE -#include "kde_headers.hxx" +#ifndef INCLUDED_VCL_KDE_HEADERS_H +#include <vcl/kde_headers.h> +#endif #include <vector> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
