From 4bb559483d1b29be9092fc3f39120b5c1ffd0665 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 21 Feb 2005 11:41:35 +0000 Subject: INTEGRATION: CWS mozab05 (1.2.66); FILE MERGED 2004/12/03 10:26:00 windly 1.2.66.1: #i20088# add ThunderBird address book type to database wizward --- dbaccess/source/ui/dlg/DriverSettings.cxx | 5 +++-- 1 file changed, 3 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 8de9d4adcd86..cb6eb84a1db5 100644 --- a/dbaccess/source/ui/dlg/DriverSettings.cxx +++ b/dbaccess/source/ui/dlg/DriverSettings.cxx @@ -2,9 +2,9 @@ * * $RCSfile: DriverSettings.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2004-08-02 15:41:12 $ + * last change: $Author: vg $ $Date: 2005-02-21 12:41:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -168,6 +168,7 @@ void ODriversSettings::fillDetailIds(DATASOURCE_TYPE _eType,::std::vector< sal_I break; case DST_MOZILLA: + case DST_THUNDERBIRD: _rDetailsIds.push_back(DSID_DOSLINEENDS); break; case DST_EVOLUTION: -- cgit