summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/XResultSetAccess.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/XResultSetAccess.idl')
-rw-r--r--offapi/com/sun/star/sdb/XResultSetAccess.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdb/XResultSetAccess.idl b/offapi/com/sun/star/sdb/XResultSetAccess.idl
index 376e0b149936..825b904e95d9 100644
--- a/offapi/com/sun/star/sdb/XResultSetAccess.idl
+++ b/offapi/com/sun/star/sdb/XResultSetAccess.idl
@@ -34,14 +34,14 @@
/** is the interface to create a
- <type scope="com::sun::star::sdbc">ResultSet</type>
+ com::sun::star::sdbc::ResultSet
based on the object providing the interface.
*/
published interface XResultSetAccess: com::sun::star::uno::XInterface
{
/** returns a new
- <type scope="com::sun::star::sdbc">ResultSet</type>
+ com::sun::star::sdbc::ResultSet
based on the object.
@returns
the new created ResultSet object