summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdbc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:06:26 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:03 +0200
commitf3db7d1abb1d010a331b26793c3a3788eb8ba2cf (patch)
tree69ee020d169f253bd7a14d75185357515db4cce0 /offapi/com/sun/star/sdbc
parent*api: convert <method> (diff)
downloadcore-f3db7d1abb1d010a331b26793c3a3788eb8ba2cf.tar.gz
core-f3db7d1abb1d010a331b26793c3a3788eb8ba2cf.zip
*api: convert <method scope="foo">
sed -i 's,<method scope="\([^"]*\)">\([^<][^)]\+\)</method>,\1::\2(),g' Change-Id: I7ceb805d67a79c297fb5f044a8fb226ec2fb366c
Diffstat (limited to 'offapi/com/sun/star/sdbc')
-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