summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/XSQLOutput.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/XSQLOutput.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XSQLOutput.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdbc/XSQLOutput.idl b/offapi/com/sun/star/sdbc/XSQLOutput.idl
index 3617b8228947..27faae2cae8c 100644
--- a/offapi/com/sun/star/sdbc/XSQLOutput.idl
+++ b/offapi/com/sun/star/sdbc/XSQLOutput.idl
@@ -53,13 +53,13 @@
When an object of a class implementing interface
com::sun::star::sdbc::XSQLData
is passed as an argument to a SQL statement, the JDBC driver calls
- <method scope="com::sun::star::sdbc">SQLData::getSQLType</method>
+ com::sun::star::sdbc::SQLData::getSQLType()
to determine the kind of SQL datum being passed to the database.
<br/>
The driver then creates an instance of
<code>XSQLOutput</code>
and passes it to the method
- <method scope="com::sun::star::sdbc">XSQLData::writeSQL</method>
+ com::sun::star::sdbc::XSQLData::writeSQL()
. The method
<code>writeSQL</code>
in turn calls the appropriate