diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 09:25:04 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 09:25:04 +0000 |
commit | 1df7e27b434c5542f553cc9c8b4bd92b7046f5dd (patch) | |
tree | 512935c7a2d07a081b370f98f79ee04a35be909f /connectivity/source | |
parent | b0dd17f24a10ce99587db48672614100daf75863 (diff) |
INTEGRATION: CWS kdeheaders (1.3.26); FILE MERGED
2006/07/28 14:44:13 ebischoff 1.3.26.1: Wrapping all KDE includes in a single header
Diffstat (limited to 'connectivity/source')
-rw-r--r-- | connectivity/source/drivers/kab/kcondition.hxx | 9 | ||||
-rw-r--r-- | connectivity/source/drivers/kab/kfields.hxx | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/connectivity/source/drivers/kab/kcondition.hxx b/connectivity/source/drivers/kab/kcondition.hxx index b7e8271b90ca..78e8351f2791 100644 --- a/connectivity/source/drivers/kab/kcondition.hxx +++ b/connectivity/source/drivers/kab/kcondition.hxx @@ -4,9 +4,9 @@ * * $RCSfile: kcondition.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2006-07-06 14:23:11 $ + * last change: $Author: ihi $ $Date: 2006-08-01 10:24:41 $ * * 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> diff --git a/connectivity/source/drivers/kab/kfields.hxx b/connectivity/source/drivers/kab/kfields.hxx index 1aec1d5aa537..7d89f8ad1f90 100644 --- a/connectivity/source/drivers/kab/kfields.hxx +++ b/connectivity/source/drivers/kab/kfields.hxx @@ -4,9 +4,9 @@ * * $RCSfile: kfields.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2006-07-06 14:23:42 $ + * last change: $Author: ihi $ $Date: 2006-08-01 10:25:04 $ * * 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> |