summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl')
-rw-r--r--offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl b/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
index e5de0382d433..1674f4500531 100644
--- a/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
+++ b/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
@@ -190,7 +190,7 @@ interface XSingleSelectQueryComposer: XSingleSelectQueryAnalyzer
not covered by the various set and get methods of the composer. That is, if the
elementary statement contains a filter clause, a call to
<member>XSingleSelectQueryAnalyzer::getFilter</member> will not return you this
- filter. Instead, only filters which have been set using for instance <member>setFilter</member>
+ filter. Instead, only filters which have been set using for instance setFilter()
are covered by the get methods.</p>
<p>The only methods which take all parts of the elementary statement into account are
@@ -200,7 +200,7 @@ interface XSingleSelectQueryComposer: XSingleSelectQueryAnalyzer
<p>As a result, you can use the composer to build cumulative filter expressions. That
is, you can set <member>ElementaryQuery</member> to a statement already containing
- filters, and then use <member>setFilter</member> to append additional filters.</p>
+ filters, and then use setFilter() to append additional filters.</p>
<p>The very same holds for sort orders, <code>HAVING</code> and <code>GROUP BY</code>
clauses.</p>