diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-02 18:56:25 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-03 00:01:50 +0200 |
commit | 3b28713ef82829fd1958d1ecf8c29b7391af78f5 (patch) | |
tree | 284d9bc97215b73f3ac25c1b25e33a5ef237ebdb /offapi/com/sun/star/sdb | |
parent | 5a9bdcbb0dfd6f149d243cd69e158aa3ad70dd91 (diff) |
Fix typos
Change-Id: I5c95e180681220fc592400435d90e4d46603d41c
Reviewed-on: https://gerrit.libreoffice.org/76883
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/XDatabaseRegistrationsListener.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/sdb/XSQLQueryComposer.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdb/XDatabaseRegistrationsListener.idl b/offapi/com/sun/star/sdb/XDatabaseRegistrationsListener.idl index e6078e17b98f..80c9b9307c15 100644 --- a/offapi/com/sun/star/sdb/XDatabaseRegistrationsListener.idl +++ b/offapi/com/sun/star/sdb/XDatabaseRegistrationsListener.idl @@ -44,7 +44,7 @@ published interface XDatabaseRegistrationsListener : ::com::sun::star::lang::XEv */ void revokedDatabaseLocation( [in] DatabaseRegistrationEvent Event ); - /** called when a the location of a registered database changed + /** called when the location of a registered database changed <p>Note that this talks about registration data only. That is, if the actual file denoted by the database registration is moved, this is in no way monitored or reported. Only (successful) calls to diff --git a/offapi/com/sun/star/sdb/XSQLQueryComposer.idl b/offapi/com/sun/star/sdb/XSQLQueryComposer.idl index a5c9c18e7b9d..630e947a2527 100644 --- a/offapi/com/sun/star/sdb/XSQLQueryComposer.idl +++ b/offapi/com/sun/star/sdb/XSQLQueryComposer.idl @@ -111,7 +111,7 @@ published interface XSQLQueryComposer: com::sun::star::uno::XInterface /** appends an additional part to the sort order criteria of the select statement. @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 `FALSE` @throws com::sun::star::sdbc::SQLException |