summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/XResultSet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/XResultSet.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XResultSet.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdbc/XResultSet.idl b/offapi/com/sun/star/sdbc/XResultSet.idl
index f856f80cc40b..80d1214f2c06 100644
--- a/offapi/com/sun/star/sdbc/XResultSet.idl
+++ b/offapi/com/sun/star/sdbc/XResultSet.idl
@@ -29,9 +29,9 @@
/** provides the navigation on a table of data. A
- <type scope="com::sun::star::sdbc">ResultSet</type>
+ com::sun::star::sdbc::ResultSet
object is usually generated by executing a
- <type scope="com::sun::star::sdbc">Statement</type>
+ com::sun::star::sdbc::Statement
.
@@ -292,9 +292,9 @@ published interface XResultSet: com::sun::star::uno::XInterface
boolean rowDeleted() raises (SQLException);
/** returns the Statement that produced this
- <type scope="com::sun::star::sdbc">ResultSet</type>
+ com::sun::star::sdbc::ResultSet
object. If the result set was generated some other way, such as by an
- <type scope="com::sun::star::sdbc">XDatabaseMetaData</type>
+ com::sun::star::sdbc::XDatabaseMetaData
method, this method returns
<NULL/>
.