diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-09 15:18:59 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-09 16:13:50 +0200 |
commit | 956c632e34d47099a2a0d6b084a4e30d26eaa0c0 (patch) | |
tree | 445d23ba68da51152c06806323a98379d3180fbb /offapi/com/sun/star/sdb | |
parent | 24f609b51243b052f38930fbc902c4a95f0e94a0 (diff) |
Fix typos
Change-Id: I76fe3da0ab62afa1cc07dafcd97c3cd06a7a23a1
Reviewed-on: https://gerrit.libreoffice.org/77205
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi/com/sun/star/sdb')
-rw-r--r-- | offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/sdb/application/CopyTableWizard.idl | 4 |
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 |