diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-09-13 17:00:53 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-09-13 17:00:53 +0000 |
commit | 2921276a53153d6e5bff3f59295b29336d314598 (patch) | |
tree | d021ac105ecef98fcaad7b03de1b4cf8d9576574 | |
parent | 2fe5642285feab6df4a0844e9e3b9ba065d0ed76 (diff) |
INTEGRATION: CWS macaddressbook01 (1.15.164); FILE MERGED
2007/07/08 19:06:31 msicotte 1.15.164.1: #i77591# initial commit
-rw-r--r-- | extensions/source/abpilot/abspilot.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/extensions/source/abpilot/abspilot.cxx b/extensions/source/abpilot/abspilot.cxx index caf95605f2d5..6de21385a81b 100644 --- a/extensions/source/abpilot/abspilot.cxx +++ b/extensions/source/abpilot/abspilot.cxx @@ -4,9 +4,9 @@ * * $RCSfile: abspilot.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: obo $ $Date: 2006-09-16 12:51:57 $ + * last change: $Author: ihi $ $Date: 2007-09-13 18:00:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -425,6 +425,10 @@ namespace abp m_aNewDataSource = aContext.createNewKab( m_aSettings.sDataSourceName ); break; + case AST_MACAB: + m_aNewDataSource = aContext.createNewMacab( m_aSettings.sDataSourceName ); + break; + case AST_LDAP: m_aNewDataSource = aContext.createNewLDAP( m_aSettings.sDataSourceName ); break; |