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
commite92407a511a710efec9c80eda716b1a4d721beb9 (patch)
tree75f0054b2ce94b2eecaa2ee292ed8d1255e47d09 /offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
parent05cfdefd0d6dc60f8fb83f4c97487628a84f97e1 (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 8f75824eb661..9722a7283cb7 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>