diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-06 13:23:42 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-06 13:23:42 +0000 |
commit | c70a36bdabc8c2ed1b7457934a8f78b51d44a9ed (patch) | |
tree | 659bb7f175ac4960e743fac5adda695ab0df5fb5 | |
parent | 50b0cce38af125aaeff177d9743b6ee342aa4e98 (diff) |
INTEGRATION: CWS kabparam (1.2.102); FILE MERGED
2006/06/29 08:15:24 ebischoff 1.2.102.1: #i66691# Support for parametrized queries in KDE address book connector
-rw-r--r-- | connectivity/source/drivers/kab/kcondition.hxx | 8 | ||||
-rw-r--r-- | connectivity/source/drivers/kab/kfields.hxx | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/connectivity/source/drivers/kab/kcondition.hxx b/connectivity/source/drivers/kab/kcondition.hxx index c050de20132a..b7e8271b90ca 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.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2005-12-19 16:53:11 $ + * last change: $Author: kz $ $Date: 2006-07-06 14:23:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,7 +39,9 @@ #ifndef _COMPHELPER_TYPES_H_ #include <comphelper/types.hxx> #endif -#include <kabc/addressee.h> + +#define KDE_HEADERS_WANT_KABC_ADDRESSEE +#include "kde_headers.hxx" #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 403793502037..1aec1d5aa537 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.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2005-12-19 16:53:33 $ + * last change: $Author: kz $ $Date: 2006-07-06 14:23:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,7 +36,8 @@ #ifndef _CONNECTIVITY_KAB_FIELDS_HXX_ #define _CONNECTIVITY_KAB_FIELDS_HXX_ -#include <kabc/field.h> +#define KDE_HEADERS_WANT_KABC_FIELD +#include "kde_headers.hxx" #ifndef _DBHELPER_DBEXCEPTION_HXX_ #include <connectivity/dbexception.hxx> |