summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/runtime
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-30 14:12:14 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:06 +0200
commitddba7d155d07b9018a9f5bf051b6faa1bdac022b (patch)
tree9b28c72c50b615097448855dccb99957fe8e35dc /offapi/com/sun/star/form/runtime
parent73d568408a150875b5c6046680f38e6db287c8fa (diff)
*api: convert all unsupported html tags
Only useful ones appear to be <tbody> and <thead> which doxygen doesn't support but we only use those in 3 places so who cares. Change-Id: I374f7d208873a8436fe76e0f800ce18df5b188b3
Diffstat (limited to 'offapi/com/sun/star/form/runtime')
-rw-r--r--offapi/com/sun/star/form/runtime/XFilterController.idl2
-rw-r--r--offapi/com/sun/star/form/runtime/XFormController.idl5
2 files changed, 3 insertions, 4 deletions
diff --git a/offapi/com/sun/star/form/runtime/XFilterController.idl b/offapi/com/sun/star/form/runtime/XFilterController.idl
index 90b044173eb4..f8554db5c8ba 100644
--- a/offapi/com/sun/star/form/runtime/XFilterController.idl
+++ b/offapi/com/sun/star/form/runtime/XFilterController.idl
@@ -35,7 +35,7 @@ interface XFilterControllerListener;
which allows entering a search expression. This so-called <em>predicate expression</em> is basically a part of an
SQL <code>WHERE</code> clause, but without the part denoting the database column. For instance, if you
have a form control bound to a table column named <code>Name</code>, then entering the string
- <q>LIKE '%Smith%'</q> effectively constitutes a SQL <code>WHERE</code> clause <code>"Name" LIKE '%Smith%'</code>.</p>
+ <code>LIKE '%Smith%'</code> effectively constitutes a SQL <code>WHERE</code> clause <code>"Name" LIKE '%Smith%'</code>.</p>
<p>In the actual document view, there are usually some relaxations to this. For instance, keywords such as
<code>LIKE</code> might be localized, according to OpenOffice.org's UI locale. Also, for an equality criterion,
diff --git a/offapi/com/sun/star/form/runtime/XFormController.idl b/offapi/com/sun/star/form/runtime/XFormController.idl
index ccfd0a6c2ca5..35bdf22793dc 100644
--- a/offapi/com/sun/star/form/runtime/XFormController.idl
+++ b/offapi/com/sun/star/form/runtime/XFormController.idl
@@ -116,7 +116,7 @@ interface XFormControllerContext;
For instance, the URL with the suffix <em>moveToFirst</em> is associated with moving the form to the first
record, and it will be disabled in case the form is already positioned on the first record.</p>
- <table style="width:100%;" border="0" cellpadding="2" cellspacing="2"><tbody>
+ <table style="width:100%;" border="0" cellpadding="2" cellspacing="2">
<tr style="vertical-align: top;">
<td><b>URL suffix</b></td>
@@ -232,8 +232,7 @@ interface XFormControllerContext;
<td><em>removeFilterOrder</em></td>
<td>completely removes any filter and sorting order from the form, and reloads it.</td>
</tr>
-
- </tbody></table>
+ </table>
@see ::com::sun::star::form::component:Form
@see ::com::sun::star::form::binding::BindableControlModel