summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-09-13 17:01:49 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-09-13 17:01:49 +0000
commitffbbc2cc40c04d158356c5988b0d76d57d3afde1 (patch)
treefea903ac731b508bc8fb38bacf64bf6256624f19 /extensions/source
parent3f00810b564e34cddc0476534a0daa1942d913cd (diff)
INTEGRATION: CWS macaddressbook01 (1.8.272); FILE MERGED
2007/07/08 19:06:32 msicotte 1.8.272.1: #i77591# initial commit
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/abpilot/addresssettings.hxx5
-rw-r--r--extensions/source/abpilot/datasourcehandling.hxx7
2 files changed, 8 insertions, 4 deletions
diff --git a/extensions/source/abpilot/addresssettings.hxx b/extensions/source/abpilot/addresssettings.hxx
index 072ad4e50351..5773280d3078 100644
--- a/extensions/source/abpilot/addresssettings.hxx
+++ b/extensions/source/abpilot/addresssettings.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: addresssettings.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2006-02-28 10:38:29 $
+ * last change: $Author: ihi $ $Date: 2007-09-13 18:01:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -59,6 +59,7 @@ namespace abp
AST_EVOLUTION_GROUPWISE,
AST_EVOLUTION_LDAP,
AST_KAB,
+ AST_MACAB,
AST_LDAP,
AST_OUTLOOK,
AST_OE,
diff --git a/extensions/source/abpilot/datasourcehandling.hxx b/extensions/source/abpilot/datasourcehandling.hxx
index 0293bfbf3598..e963ea5bf4d7 100644
--- a/extensions/source/abpilot/datasourcehandling.hxx
+++ b/extensions/source/abpilot/datasourcehandling.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: datasourcehandling.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2006-02-28 10:38:57 $
+ * last change: $Author: ihi $ $Date: 2007-09-13 18:01:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -101,6 +101,9 @@ namespace abp
/// creates a new KDE address book data source
ODataSource createNewKab( const ::rtl::OUString& _rName ) SAL_THROW (( ));
+ /// creates a new Mac OS X address book data source
+ ODataSource createNewMacab( const ::rtl::OUString& _rName ) SAL_THROW (( ));
+
/// creates a new LDAP data source
ODataSource createNewLDAP( const ::rtl::OUString& _rName ) SAL_THROW (( ));