summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/datasourcehandling.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-09-13 17:01:30 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-09-13 17:01:30 +0000
commitd24f717f812b30d65ac131b4d1f1e4aa97136102 (patch)
treef243385f7888d681a7a32339988da0d5142dfe38 /extensions/source/abpilot/datasourcehandling.cxx
parent7272b205f7cdc2f5fb1fd0c5e31d5763e8681e45 (diff)
INTEGRATION: CWS macaddressbook01 (1.11.164); FILE MERGED
2007/07/08 19:06:32 msicotte 1.11.164.1: #i77591# initial commit
Diffstat (limited to 'extensions/source/abpilot/datasourcehandling.cxx')
-rw-r--r--extensions/source/abpilot/datasourcehandling.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/extensions/source/abpilot/datasourcehandling.cxx b/extensions/source/abpilot/datasourcehandling.cxx
index 5618165d6..4ff5c143c 100644
--- a/extensions/source/abpilot/datasourcehandling.cxx
+++ b/extensions/source/abpilot/datasourcehandling.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: datasourcehandling.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 12:52:39 $
+ * last change: $Author: ihi $ $Date: 2007-09-13 18:01:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -355,6 +355,12 @@ namespace abp
}
//---------------------------------------------------------------------
+ ODataSource ODataSourceContext::createNewMacab( const ::rtl::OUString& _rName) SAL_THROW (( ))
+ {
+ return lcl_implCreateAndSetURL( m_pImpl->xORB, _rName, "sdbc:address:macab" );
+ }
+
+ //---------------------------------------------------------------------
ODataSource ODataSourceContext::createNewOutlook( const ::rtl::OUString& _rName) SAL_THROW (( ))
{
return lcl_implCreateAndSetURL( m_pImpl->xORB, _rName, "sdbc:address:outlook" );