summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/abspilot.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-02 07:03:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-02 07:03:13 +0000
commit418675c6fd13e76ec2e952322b33b49514c3fa4a (patch)
tree8943d04ad79deca34ec6c25cb0456fd1aa73c874 /extensions/source/abpilot/abspilot.cxx
parent1215091826afa3e673588baf18ff4a707423c985 (diff)
INTEGRATION: CWS evoab (1.4.28.1.10); FILE MERGED
2003/04/04 16:14:58 fs 1.4.28.1.10.1: #108648# (checkin on behalf of bjia@openoffice.org): added support for evolution address book
Diffstat (limited to 'extensions/source/abpilot/abspilot.cxx')
-rw-r--r--extensions/source/abpilot/abspilot.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/extensions/source/abpilot/abspilot.cxx b/extensions/source/abpilot/abspilot.cxx
index d7ae4cb89a38..e779e0f8ca35 100644
--- a/extensions/source/abpilot/abspilot.cxx
+++ b/extensions/source/abpilot/abspilot.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: abspilot.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2003-03-25 16:00:43 $
+ * last change: $Author: vg $ $Date: 2003-06-02 08:03:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -302,6 +302,10 @@ namespace abp
m_aNewDataSource = aContext.createNewMORK( m_aSettings.sDataSourceName );
break;
+ case AST_EVOLUTION:
+ m_aNewDataSource = aContext.createNewEvolution( m_aSettings.sDataSourceName );
+ break;
+
case AST_LDAP:
m_aNewDataSource = aContext.createNewLDAP( m_aSettings.sDataSourceName );
break;