Kaydet (Commit) 418675c6 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

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
üst 12150918
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: abspilot.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -302,6 +302,10 @@ namespace abp ...@@ -302,6 +302,10 @@ namespace abp
m_aNewDataSource = aContext.createNewMORK( m_aSettings.sDataSourceName ); m_aNewDataSource = aContext.createNewMORK( m_aSettings.sDataSourceName );
break; break;
case AST_EVOLUTION:
m_aNewDataSource = aContext.createNewEvolution( m_aSettings.sDataSourceName );
break;
case AST_LDAP: case AST_LDAP:
m_aNewDataSource = aContext.createNewLDAP( m_aSettings.sDataSourceName ); m_aNewDataSource = aContext.createNewLDAP( m_aSettings.sDataSourceName );
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment