summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 21:11:58 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 21:11:58 +0000
commit3323314f8e87381507e228e02f303d2abf2c51ec (patch)
tree6f4f011b809fed0b5077dbed113f22bb6b4c3ca7 /offapi
parent2860fc885c5dc6d346348b010da2b7e392768fd7 (diff)
INTEGRATION: CWS sb18 (1.7.270); FILE MERGED
2004/05/21 15:02:13 sb 1.7.270.1: #i21150# Added published flag.
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sdbcx/ResultSet.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sdbcx/ResultSet.idl b/offapi/com/sun/star/sdbcx/ResultSet.idl
index af0ec555a..88c416aa7 100644
--- a/offapi/com/sun/star/sdbcx/ResultSet.idl
+++ b/offapi/com/sun/star/sdbcx/ResultSet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ResultSet.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2003-06-10 11:16:09 $
+ * last change: $Author: obo $ $Date: 2004-06-03 22:11:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,15 +67,15 @@
module com { module sun { module star { module sdbcx {
-interface XRowLocate;
-interface XDeleteRows;
+ published interface XRowLocate;
+ published interface XDeleteRows;
// DocMerge from xml: service com::sun::star::sdbcx::ResultSet
/** extends the SDBC ResultSet by the possibility of bookmark positioning, cancelling
the positioning, and updating of rows.
*/
-service ResultSet
+published service ResultSet
{
// DocMerge: empty anyway
service com::sun::star::sdbc::ResultSet;