summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/DriverSettings.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-12-19 16:16:25 +0000
committerOliver Bolte <obo@openoffice.org>2005-12-19 16:16:25 +0000
commit3866cca774c34c215843c7ff9f8513f704ff41cd (patch)
treef1dc653f087701433b736ba74c0cb5507954016e /dbaccess/source/ui/dlg/DriverSettings.cxx
parente7d59c158c09251e71a81f3b08cf1f17ff38f2a7 (diff)
INTEGRATION: CWS kaddrbook (1.3.110); FILE MERGED
2005/11/30 00:14:58 kendy 1.3.110.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/29 08:51:32 ebischoff 1.3.110.1: Changes needed for new KDE address book driver
Diffstat (limited to 'dbaccess/source/ui/dlg/DriverSettings.cxx')
-rw-r--r--dbaccess/source/ui/dlg/DriverSettings.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/DriverSettings.cxx b/dbaccess/source/ui/dlg/DriverSettings.cxx
index da7749d2b45c..98aa2719f9c0 100644
--- a/dbaccess/source/ui/dlg/DriverSettings.cxx
+++ b/dbaccess/source/ui/dlg/DriverSettings.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DriverSettings.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:47:47 $
+ * last change: $Author: obo $ $Date: 2005-12-19 17:16:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -148,6 +148,9 @@ void ODriversSettings::fillDetailIds(DATASOURCE_TYPE _eType,::std::vector< sal_I
case DST_EVOLUTION:
_rDetailsIds.push_back(DSID_DOSLINEENDS);
break;
+ case DST_KAB:
+ _rDetailsIds.push_back(DSID_DOSLINEENDS);
+ break;
case DST_OUTLOOK:
_rDetailsIds.push_back(DSID_DOSLINEENDS);
break;