summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 20:40:23 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 20:40:23 +0000
commit7f957999ebf4a722f22859b0e210747a85ad92ed (patch)
treeff961188295fa69ad3f1b73fb502dd324a5dc7f9 /offapi/com/sun/star
parent3210f5f8d7463d2e0613975063f8835662a7a644 (diff)
INTEGRATION: CWS sb18 (1.6.328); FILE MERGED
2004/05/21 15:01:34 sb 1.6.328.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r--offapi/com/sun/star/sdb/ResultSet.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdb/ResultSet.idl b/offapi/com/sun/star/sdb/ResultSet.idl
index a4de31432a8b..84963f41986f 100644
--- a/offapi/com/sun/star/sdb/ResultSet.idl
+++ b/offapi/com/sun/star/sdb/ResultSet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ResultSet.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:55:03 $
+ * last change: $Author: obo $ $Date: 2004-06-03 21:40:23 $
*
* 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 sdbcx {
-interface XColumnsSupplier;
+ published interface XColumnsSupplier;
};};};};
module com { module sun { module star { module sdb {
@@ -78,7 +78,7 @@ interface XColumnsSupplier;
by a more sophisticated access to the result sets
data.
*/
-service ResultSet
+published service ResultSet
{
// DocMerge: empty anyway
service com::sun::star::sdbcx::ResultSet;