From 451448ab2b87c4f05e9a7f26affc190208613b4d Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 13 Sep 2007 16:58:30 +0000 Subject: INTEGRATION: CWS macaddressbook01 (1.7.68); FILE MERGED 2007/07/08 19:08:13 msicotte 1.7.68.1: #i77591# initial commit --- dbaccess/source/ui/dlg/DriverSettings.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/ui/dlg/DriverSettings.cxx') diff --git a/dbaccess/source/ui/dlg/DriverSettings.cxx b/dbaccess/source/ui/dlg/DriverSettings.cxx index 8e5c98327f02..daf27a17912c 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.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2006-12-13 16:48:37 $ + * last change: $Author: ihi $ $Date: 2007-09-13 17:58:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -160,6 +160,9 @@ void ODriversSettings::fillDetailIds(DATASOURCE_TYPE _eType,::std::vector< sal_I case DST_KAB: _rDetailsIds.push_back(DSID_DOSLINEENDS); break; + case DST_MACAB: + _rDetailsIds.push_back(DSID_DOSLINEENDS); + break; case DST_OUTLOOK: _rDetailsIds.push_back(DSID_DOSLINEENDS); break; -- cgit