summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 20:35:40 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 20:35:40 +0000
commitee449c727576f99c64b9df3bb0ac973535d49e99 (patch)
tree708874bc4769f3cbb7505ffd2cee3157c555df0c /offapi
parent8fbc9359a7c1f7523a5958bb56d58bef19695156 (diff)
INTEGRATION: CWS sb18 (1.8.270); FILE MERGED
2004/05/21 15:01:23 sb 1.8.270.1: #i21150# Added published flag.
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sdb/DatabaseAccess.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sdb/DatabaseAccess.idl b/offapi/com/sun/star/sdb/DatabaseAccess.idl
index 538919c4168c..6bf1c50abe34 100644
--- a/offapi/com/sun/star/sdb/DatabaseAccess.idl
+++ b/offapi/com/sun/star/sdb/DatabaseAccess.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DatabaseAccess.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: vg $ $Date: 2003-06-10 11:15:29 $
+ * last change: $Author: obo $ $Date: 2004-06-03 21:35:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,15 +76,15 @@
module com { module sun { module star { module sdb {
-interface XDatabaseAccess;
-interface XCompletedConnection;
+ published interface XDatabaseAccess;
+ published interface XCompletedConnection;
// DocMerge from xml: service com::sun::star::sdb::DatabaseAccess
/** specifies a component, which controls DatabaseAccessConnections and acts like a
shared DataSource.
*/
-service DatabaseAccess
+published service DatabaseAccess
{
// gives access to the properties.
interface com::sun::star::beans::XPropertySet;