summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/DataSource.idl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 20:35:08 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 20:35:08 +0000
commita5e26bd0bfda689bc25e3d6a5dde981e4c07611c (patch)
treeb54d047fd22bd2147c6060da17dfb97060cd52cd /offapi/com/sun/star/sdb/DataSource.idl
parentea0f46f2ac850036e4ee660850532b166277ce35 (diff)
INTEGRATION: CWS sb18 (1.11.406); FILE MERGED
2004/05/21 15:01:22 sb 1.11.406.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/sdb/DataSource.idl')
-rw-r--r--offapi/com/sun/star/sdb/DataSource.idl16
1 files changed, 8 insertions, 8 deletions
diff --git a/offapi/com/sun/star/sdb/DataSource.idl b/offapi/com/sun/star/sdb/DataSource.idl
index ccc80b191ef3..47059ec31abe 100644
--- a/offapi/com/sun/star/sdb/DataSource.idl
+++ b/offapi/com/sun/star/sdb/DataSource.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DataSource.idl,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:06:29 $
+ * last change: $Author: obo $ $Date: 2004-06-03 21:35:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,23 +83,23 @@
module com { module sun { module star { module sdbc {
- interface XIsolatedConnection;
- interface XDataSource;
+ published interface XIsolatedConnection;
+ published interface XDataSource;
};};};};
module com { module sun { module star { module sdb {
-interface XCompletedConnection;
-interface XQueryDefinitionsSupplier;
-interface XBookmarksSupplier;
+ published interface XCompletedConnection;
+ published interface XQueryDefinitionsSupplier;
+ published interface XBookmarksSupplier;
/** is a factory to establish database connections. It should be registered at
a <type scope="com::sun::star::uno">NamingService</type>.
@see com::sun::star::sdb::DatabaseContext
*/
-service DataSource
+published service DataSource
{
interface com::sun::star::beans::XPropertySet;