summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/ResultSetType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/ResultSetType.idl')
-rw-r--r--offapi/com/sun/star/sdbc/ResultSetType.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbc/ResultSetType.idl b/offapi/com/sun/star/sdbc/ResultSetType.idl
index 83c6d1c9e1a4..9398113c1df3 100644
--- a/offapi/com/sun/star/sdbc/ResultSetType.idl
+++ b/offapi/com/sun/star/sdbc/ResultSetType.idl
@@ -28,14 +28,14 @@ published constants ResultSetType
{
/** is the type for a
- <type scope="com::sun::star::sdb">ResultSet</type>
+ com::sun::star::sdb::ResultSet
object whose cursor may move only forward.
*/
const long FORWARD_ONLY = 1003;
/** is the type for a
- <type scope="com::sun::star::sdb">ResultSet</type>
+ com::sun::star::sdb::ResultSet
object that is scrollable
but generally not sensitive to changes made by others.
*/
@@ -43,7 +43,7 @@ published constants ResultSetType
/** is the type for a
- <type scope="com::sun::star::sdb">ResultSet</type>
+ com::sun::star::sdb::ResultSet
object that is scrollable
and generally sensitive to changes made by others.
*/