summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/abspilot.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-29 09:39:01 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-29 09:39:01 +0000
commitebecc936f0db2acf1c8936a39fc5b1eca20f9f97 (patch)
tree3f359d029e044202afe584c5206a787643fc779e /extensions/source/abpilot/abspilot.cxx
parent1c553b6c67cc4afcfc4811c4b1e76b2bd994fd70 (diff)
INTEGRATION: CWS tbab (1.10.82); FILE MERGED
2005/09/26 10:03:47 fs 1.10.82.2: RESYNC: (1.10-1.11); FILE MERGED 2005/05/31 11:27:25 fs 1.10.82.1: #i46390# Thunderbird support
Diffstat (limited to 'extensions/source/abpilot/abspilot.cxx')
-rw-r--r--extensions/source/abpilot/abspilot.cxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/extensions/source/abpilot/abspilot.cxx b/extensions/source/abpilot/abspilot.cxx
index 2e21d0633fe8..4cde2746271e 100644
--- a/extensions/source/abpilot/abspilot.cxx
+++ b/extensions/source/abpilot/abspilot.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: abspilot.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 19:04:06 $
+ * last change: $Author: hr $ $Date: 2005-09-29 10:39:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -359,7 +359,8 @@ namespace abp
const sal_Char* pGuess = NULL;
switch ( getSettings().eType )
{
- case AST_MORK : pGuess = "Personal Address Book"; break;
+ case AST_MORK :
+ case AST_THUNDERBIRD: pGuess = "Personal Address Book"; break;
case AST_LDAP : pGuess = "LDAP Directory"; break;
}
const ::rtl::OUString sGuess = ::rtl::OUString::createFromAscii( pGuess );
@@ -397,6 +398,10 @@ namespace abp
m_aNewDataSource = aContext.createNewMORK( m_aSettings.sDataSourceName );
break;
+ case AST_THUNDERBIRD:
+ m_aNewDataSource = aContext.createNewThunderbird( m_aSettings.sDataSourceName );
+ break;
+
case AST_EVOLUTION:
m_aNewDataSource = aContext.createNewEvolution( m_aSettings.sDataSourceName );
break;