summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 20:36:22 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 20:36:22 +0000
commit29aea6375803fdb2c3c820a5ddafddbf811c1fa4 (patch)
treec5e2959da708db1f5f87393035c2876b49fb7902 /offapi
parent62697da089b2abf82c2c31fc01cd086a0283b969 (diff)
INTEGRATION: CWS sb18 (1.7.328); FILE MERGED
2004/05/21 15:01:24 sb 1.7.328.1: #i21150# Added published flag.
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sdb/DatabaseAccessDataSource.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdb/DatabaseAccessDataSource.idl b/offapi/com/sun/star/sdb/DatabaseAccessDataSource.idl
index 577d49749725..7dbc23fbfde5 100644
--- a/offapi/com/sun/star/sdb/DatabaseAccessDataSource.idl
+++ b/offapi/com/sun/star/sdb/DatabaseAccessDataSource.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DatabaseAccessDataSource.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:54:59 $
+ * last change: $Author: obo $ $Date: 2004-06-03 21:36:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,13 +79,13 @@
module com { module sun { module star { module sdb {
-interface XCompletedConnection;
+ published interface XCompletedConnection;
/**
is a factory to create data access beans. Data access beans are shared amoung
components, so if an already existing bean is requested, the existing one is returned.
*/
-service DatabaseAccessDataSource
+published service DatabaseAccessDataSource
{
interface com::sun::star::beans::XPropertySet;
interface com::sun::star::sdbc::XDataSource;