summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdb/SingleSelectQueryAnalyzer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/SingleSelectQueryAnalyzer.idl')
-rw-r--r--offapi/com/sun/star/sdb/SingleSelectQueryAnalyzer.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdb/SingleSelectQueryAnalyzer.idl b/offapi/com/sun/star/sdb/SingleSelectQueryAnalyzer.idl
index 9a085f843f87..3cbd15b9c4b6 100644
--- a/offapi/com/sun/star/sdb/SingleSelectQueryAnalyzer.idl
+++ b/offapi/com/sun/star/sdb/SingleSelectQueryAnalyzer.idl
@@ -52,10 +52,10 @@ service SingleSelectQueryAnalyzer
<p>Note that OpenOffice.org since version 2.0.4 also supports queries which are
based on other queries. For example, given that you have a database containing
a query named <code>All Orders</code>, the SQL statement <code>SELECT * FROM "All Orders"</code>
- is perfectly valid when used with a <type>SingleSelectQueryAnalyzer</type>.</p>
+ is perfectly valid when used with a SingleSelectQueryAnalyzer.</p>
<p>In this case, the name container returned by <member scope="com::sun::star::sdbcx">XTablesSupplier::getTables</member>
- will in fact not return a <type>Table</type>, but a <type>Query</type> object. Semantically, however,
+ will in fact not return a Table, but a Query object. Semantically, however,
this object still acts as a table in the SQL statement.</p>
@see XSingleSelectQueryAnalyzer::getQueryWithSubstitution