summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 20:44:30 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 20:44:30 +0000
commit59fcca9cca53ff5d29f078a9cd418956a74e097d (patch)
tree4a73309ffa8596987a0b52207fc2ae393ade3452
parent704b8a744bc904af152d6a91b0a8617b2a8b3a79 (diff)
INTEGRATION: CWS sb18 (1.7.328); FILE MERGED
2004/05/21 15:01:39 sb 1.7.328.1: #i21150# Added published flag.
-rw-r--r--offapi/com/sun/star/sdb/XCommandPreparation.idl8
-rw-r--r--offapi/com/sun/star/sdb/XCompletedConnection.idl8
-rw-r--r--offapi/com/sun/star/sdb/XCompletedExecution.idl6
3 files changed, 11 insertions, 11 deletions
diff --git a/offapi/com/sun/star/sdb/XCommandPreparation.idl b/offapi/com/sun/star/sdb/XCommandPreparation.idl
index 80330fa9e..365d96a37 100644
--- a/offapi/com/sun/star/sdb/XCommandPreparation.idl
+++ b/offapi/com/sun/star/sdb/XCommandPreparation.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XCommandPreparation.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:55:07 $
+ * last change: $Author: obo $ $Date: 2004-06-03 21:44:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,7 +66,7 @@
#endif
module com { module sun { module star { module sdbc {
-interface XPreparedStatement;
+ published interface XPreparedStatement;
};};};};
module com { module sun { module star { module sdb {
@@ -80,7 +80,7 @@ interface XPreparedStatement;
prepared by the user.
</p>
*/
-interface XCommandPreparation: com::sun::star::uno::XInterface
+published interface XCommandPreparation: com::sun::star::uno::XInterface
{
// DocMerge from xml: method com::sun::star::sdbc::com::sun::star::sdb::XCommandPreparation::prepareCommand
diff --git a/offapi/com/sun/star/sdb/XCompletedConnection.idl b/offapi/com/sun/star/sdb/XCompletedConnection.idl
index 61206bdae..50aba2e0e 100644
--- a/offapi/com/sun/star/sdb/XCompletedConnection.idl
+++ b/offapi/com/sun/star/sdb/XCompletedConnection.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XCompletedConnection.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:55:07 $
+ * last change: $Author: obo $ $Date: 2004-06-03 21:44:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,7 +70,7 @@
#endif
module com { module sun { module star { module sdbc {
-interface XConnection;
+ published interface XConnection;
};};};};
module com { module sun { module star { module sdb {
@@ -81,7 +81,7 @@ interface XConnection;
by it's name. To complete the information needed for establishing a connection
an interaction handler is used.
*/
-interface XCompletedConnection: com::sun::star::uno::XInterface
+published interface XCompletedConnection: com::sun::star::uno::XInterface
{
// DocMerge from xml: method com::sun::star::sdbc::com::sun::star::sdb::XCompletedConnection::connectWithCompletion
diff --git a/offapi/com/sun/star/sdb/XCompletedExecution.idl b/offapi/com/sun/star/sdb/XCompletedExecution.idl
index 3e104ae41..9e4b7484b 100644
--- a/offapi/com/sun/star/sdb/XCompletedExecution.idl
+++ b/offapi/com/sun/star/sdb/XCompletedExecution.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XCompletedExecution.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:55:07 $
+ * last change: $Author: obo $ $Date: 2004-06-03 21:44:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,7 @@
/** is used for execution where information for execution may be required from
the user.
*/
-interface XCompletedExecution: com::sun::star::uno::XInterface
+published interface XCompletedExecution: com::sun::star::uno::XInterface
{
// DocMerge from xml: method com::sun::star::sdb::XCompletedExecution::executeWithCompletion