summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
='right'>2
2 files changed, 2 insertions, 1 deletions
diff --git a/scripting/Library_dlgprov.mk b/scripting/Library_dlgprov.mk
index c8efe563bb34..3219003f9566 100644
--- a/scripting/Library_dlgprov.mk
+++ b/scripting/Library_dlgprov.mk
@@ -46,6 +46,7 @@ $(eval $(call gb_Library_use_libraries,dlgprov,\
cppu \
cppuhelper \
sal \
+ i18nisolang1 \
sb \
sfx \
tl \
diff --git a/scripting/source/dlgprov/dlgprov.cxx b/scripting/source/dlgprov/dlgprov.cxx
index 61e60d951ebe..04c458f273de 100644