summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 20:56:10 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 20:56:10 +0000
commit5113add33e25072990b18a0fb6464460758cde04 (patch)
tree19754343b402d342890e8aefdc5ea5ed47263370
parent24e6ceae336ea04ad710f90c12a48c2f159a4cc8 (diff)
INTEGRATION: CWS sb18 (1.8.328); FILE MERGED
2004/05/21 15:01:54 sb 1.8.328.1: #i21150# Added published flag.
-rw-r--r--offapi/com/sun/star/sdbc/RowSet.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sdbc/RowSet.idl b/offapi/com/sun/star/sdbc/RowSet.idl
index 9651540d7280..d4cb3e03664c 100644
--- a/offapi/com/sun/star/sdbc/RowSet.idl
+++ b/offapi/com/sun/star/sdbc/RowSet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: RowSet.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:55:25 $
+ * last change: $Author: obo $ $Date: 2004-06-03 21:56:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,13 +69,13 @@
#endif
module com { module sun { module star { module container {
-interface XNameAccess;
+ published interface XNameAccess;
};};};};
module com { module sun { module star { module sdbc {
-interface XRowSet;
-interface XParameters;
+ published interface XRowSet;
+ published interface XParameters;
// DocMerge from xml: service com::sun::star::container::com::sun::star::sdbc::RowSet
@@ -101,7 +101,7 @@ interface XParameters;
strategies or update capabilities.
</p>
*/
-service RowSet
+published service RowSet
{
// DocMerge: empty anyway
service com::sun::star::sdbc::ResultSet;