summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/XConnection.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:25:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commit24b331efedc6fdf1082e92a2db444d80ae7fed81 (patch)
treeb3cbb48758c70259bafb5053e46d5ae6937235ed /offapi/com/sun/star/sdbc/XConnection.idl
parentbb6503dd081ebb4d11929ab1946eea8d60dd817c (diff)
*api: convert rest of <member scope="foo">
sed -i 's,<member scope="\([^"]*\)">\([^<]\+\)</member>,\1::\2,g' Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f
Diffstat (limited to 'offapi/com/sun/star/sdbc/XConnection.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XConnection.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbc/XConnection.idl b/offapi/com/sun/star/sdbc/XConnection.idl
index 9b2f24af4b2d..c736cbf871c9 100644
--- a/offapi/com/sun/star/sdbc/XConnection.idl
+++ b/offapi/com/sun/star/sdbc/XConnection.idl
@@ -46,7 +46,7 @@
describing its tables, its supported SQL grammar, its stored
procedures, and the capabilities of this connection. This
information is obtained with the
- <member scope="com::sun::star::sdbc">XDatabaseMetaData::getMetaData()</member>
+ com::sun::star::sdbc::XDatabaseMetaData::getMetaData()
method.
</p>
@@ -189,9 +189,9 @@ published interface XConnection: com::sun::star::sdbc::XCloseable
transactions. Otherwise, its SQL statements are grouped into
transactions that are terminated by a call to either
the method
- <member scope="com::sun::star::sdbc">XConnection::commit()</member>
+ com::sun::star::sdbc::XConnection::commit()
or the method
- <member scope="com::sun::star::sdbc">XConnection::rollback()</member>
+ com::sun::star::sdbc::XConnection::rollback()
.
By default, new connections are in auto-commit mode.
</p>