summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/XRow.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/XRow.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XRow.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdbc/XRow.idl b/offapi/com/sun/star/sdbc/XRow.idl
index cad228b7fa00..ae20e20af876 100644
--- a/offapi/com/sun/star/sdbc/XRow.idl
+++ b/offapi/com/sun/star/sdbc/XRow.idl
@@ -200,7 +200,7 @@ published interface XRow: com::sun::star::uno::XInterface
read prior to getting the value of any other column. The next
call to a get method implicitly closes the stream. Also, a
stream may return 0 when the method
- <member scope="com::sun::star::io">XInputStream::available()</member>
+ com::sun::star::io::XInputStream::available()
is called whether there is data
available or not.
</p>
@@ -225,7 +225,7 @@ published interface XRow: com::sun::star::uno::XInterface
read prior to getting the value of any other column. The next
call to a get method implicitly closes the stream. Also, a
stream may return 0 when the method
- <member scope="com::sun::star::io">XInputStream::available()</member>
+ com::sun::star::io::XInputStream::available()
is called whether there is data
available or not.
</p>