summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 20:57:55 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 20:57:55 +0000
commit9c733eac3754f6b497eff0010a8193cdeffd4a26 (patch)
tree341a6e3ea2958134359e3520d8e62a83400a3736
parentdebef4c0fc231caf09c9cb509e93bd848a46dbef (diff)
INTEGRATION: CWS sb18 (1.6.328); FILE MERGED
2004/05/21 15:01:56 sb 1.6.328.1: #i21150# Added published flag.
-rw-r--r--offapi/com/sun/star/sdbc/XBatchExecution.idl8
-rw-r--r--offapi/com/sun/star/sdbc/XBlob.idl8
2 files changed, 8 insertions, 8 deletions
diff --git a/offapi/com/sun/star/sdbc/XBatchExecution.idl b/offapi/com/sun/star/sdbc/XBatchExecution.idl
index 5acd78e35..50fb57f4c 100644
--- a/offapi/com/sun/star/sdbc/XBatchExecution.idl
+++ b/offapi/com/sun/star/sdbc/XBatchExecution.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XBatchExecution.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:55:27 $
+ * last change: $Author: obo $ $Date: 2004-06-03 21:57:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,13 +71,13 @@
module com { module sun { module star { module sdbc {
-interface XResultSet;
+ published interface XResultSet;
// DocMerge from xml: interface com::sun::star::sdbc::XBatchExecution
/** is used for collecting and executing a set of SQL statements.
*/
-interface XBatchExecution: com::sun::star::uno::XInterface
+published interface XBatchExecution: com::sun::star::uno::XInterface
{
// DocMerge from xml: method com::sun::star::sdbc::XBatchExecution::addBatch
diff --git a/offapi/com/sun/star/sdbc/XBlob.idl b/offapi/com/sun/star/sdbc/XBlob.idl
index 5cd0c948f..d5d60cfe2 100644
--- a/offapi/com/sun/star/sdbc/XBlob.idl
+++ b/offapi/com/sun/star/sdbc/XBlob.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XBlob.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:55:27 $
+ * last change: $Author: obo $ $Date: 2004-06-03 21:57:55 $
*
* 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 io {
-interface XInputStream;
+ published interface XInputStream;
};};};};
#ifndef __com_sun_star_sdbc_SQLException_idl__
@@ -143,7 +143,7 @@ interface XInputStream;
value.
</p>
*/
-interface XBlob: com::sun::star::uno::XInterface
+published interface XBlob: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------