diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-29 00:18:07 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:05 +0200 |
commit | 56d158c38cca6de82256e727b7f4c83f311d87b8 (patch) | |
tree | 7bf89cc1a9beb14b6e1b4683074974e606421b59 /offapi/com/sun/star/sdb | |
parent | 928b8640c0d1a9c49249100efbdd70f8c1090b07 (diff) |
*api: convert more <method>
sed -i "s,<method>\([^<]\+[^)]\)</method>,\1(),g"
Change-Id: Ie443efb5b283067bc5475810f6848061900d8401
Diffstat (limited to 'offapi/com/sun/star/sdb')
-rw-r--r-- | offapi/com/sun/star/sdb/SQLFilterOperator.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sdb/SQLFilterOperator.idl b/offapi/com/sun/star/sdb/SQLFilterOperator.idl index fbd5ba30b1d2..af1a93e39e1d 100644 --- a/offapi/com/sun/star/sdb/SQLFilterOperator.idl +++ b/offapi/com/sun/star/sdb/SQLFilterOperator.idl @@ -24,7 +24,7 @@ module com { module sun { module star { module sdb { /** These constants are used to specify the filter operator which should be applied when creating a filter - with the method <method>XSingleSelectQueryComposer::setStructuredFilter</method>. + with the method XSingleSelectQueryComposer::setStructuredFilter(). @see com::sun::star::sdb::SingleSelectQueryComposer @see com::sun::star::sdb::XSingleSelectQueryComposer |