summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb')
-rw-r--r--offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl2
-rw-r--r--offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl2
-rw-r--r--offapi/com/sun/star/sdb/application/CopyTableWizard.idl4
3 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
index e566f3306b7b..df6e33d736d4 100644
--- a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
+++ b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
@@ -97,7 +97,7 @@ interface XSingleSelectQueryAnalyzer : com::sun::star::uno::XInterface
/** returns the currently used group.
<p>
- The columns returned form the GROUP BY clause.
+ The columns returned from the GROUP BY clause.
</p>
@returns
a collection of com::sun::star::sdb::GroupColumn which form the GROUP BY.
diff --git a/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl b/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
index 5af91b6b5097..2a53696028d4 100644
--- a/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
+++ b/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
@@ -170,7 +170,7 @@ interface XSingleSelectQueryComposer: XSingleSelectQueryAnalyzer
/** appends an additional part to the sort order criteria of the select
statement. The column must be a com::sun::star::sdbcx::Column.
@param column
- the column which is used to create a order part
+ the column which is used to create an order part
@param ascending
`TRUE` when the order should be ascending, otherwise if `FALSE` descending.
@throws com::sun::star::sdbc::SQLException
diff --git a/offapi/com/sun/star/sdb/application/CopyTableWizard.idl b/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
index 3ba2e708959f..9999428b85e5 100644
--- a/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
+++ b/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
@@ -118,7 +118,7 @@ service CopyTableWizard : XCopyTableWizard
com::sun::star::sdb::CommandType::QUERY are supported.</li>
<li>If you specify a <code>ConnectionResource</code>, or an
- <code>ActiveConnection</code> which implements an com::sun::star::sdbc::Connection only
+ <code>ActiveConnection</code> which implements a com::sun::star::sdbc::Connection only
(as opposed to a com::sun::star::sdb::Connection), then the resulting connection is
not able to provide queries, thus a command type <code>QUERY</code> will be rejected.</li>
@@ -158,7 +158,7 @@ service CopyTableWizard : XCopyTableWizard
@throws ::com::sun::star::lang::WrappedTargetException
if an error other than the ones mentioned above occurs while extracting the necessary
information from any of the data access descriptors. For instance, this might
- be an com::sun::star::sdbc::SQLException thrown upon connecting
+ be a com::sun::star::sdbc::SQLException thrown upon connecting
to a data source described by the descriptor's <code>DataSourceName</code> member.
@see ::com::sun::star::sdb::DataAccessDescriptor