summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-01-30 07:15:25 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-01-30 07:15:25 +0000
commita2e18b865d5c077ff7b3022ed6490b4d387403b0 (patch)
treea59974776e1d0babadc2fd766210145941e19e3c /offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
parent18a5c5e8e13102dc37dc05a18da99b9d9e7c8ac2 (diff)
INTEGRATION: CWS dba24d (1.5.284); FILE MERGED
2007/11/30 21:39:43 fs 1.5.284.1: warning-free autodoc: 'Confusion or Misuse of <Type> vs. <Member>' warning cause fixed
Diffstat (limited to 'offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl')
-rw-r--r--offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl b/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
index 449c5d2b4..17d4c8513 100644
--- a/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
+++ b/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XSingleSelectQueryComposer.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 14:50:47 $
+ * last change: $Author: rt $ $Date: 2008-01-30 08:15:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -246,17 +246,17 @@ interface XSingleSelectQueryComposer: XSingleSelectQueryAnalyzer
<p>There are various use cases for this. For instance, you might want to use the
statement represented by a <type>QueryDefinition</type>, and extend it with additional
filters or sort orders, while not touching the respective parts already present
- in <member>QueryDefinition::Command</type>. This can be achieved by setting the
- <member>QueryDefinition::Command</type> as <member>ElementaryQuery</member> of a
+ in <member>QueryDefinition::Command</member>. This can be achieved by setting the
+ <member>QueryDefinition::Command</member> as <member>ElementaryQuery</member> of a
<type>SingleSelectQueryComposer</type>.</p>
<p>If, in such a scenario, you would be interested in the filter part of the
- <member>QueryDefinition::Command</type>, you would set it via
+ <member>QueryDefinition::Command</member>, you would set it via
<member>XSingleSelectQueryAnalyzer::setQuery</member>, and retrieve the filter
part via <member>XSingleSelectQueryAnalyzer::getFilter</member>.</p>
<p>If you'd be interested in the composed filter, you would set the
- <member>QueryDefinition::Command</type> as <member>ElementaryQuery</member>, add your
+ <member>QueryDefinition::Command</member> as <member>ElementaryQuery</member>, add your
filter, and propagate the resulting query (<member>XSingleSelectQueryAnalyzer::getQuery</member>)
to an <type>SingleSelectQueryAnalyzer</type> instance via
<member>XSingleSelectQueryAnalyzer::setQuery</member>.</p>