diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-05 18:51:10 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-09-11 23:43:34 +0200 |
commit | 157420e496ddebd7101d88ba8d07164d3971ad22 (patch) | |
tree | b126bef25094bdc494604025c7f240f1026f5633 /offapi | |
parent | 6bddab1d2553defebf6b2ebdd80553413d364dd8 (diff) |
Typos
Mainly fixing '..' and '....'
Change-Id: Ied226ed148c571d278ae65b3f468bd329f557fa9
Reviewed-on: https://gerrit.libreoffice.org/78669
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/form/XGridPeer.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/form/control/CommandButton.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/form/control/ImageButton.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/sdbc/XDatabaseMetaData.idl | 2 | ||||
-rw-r--r-- | offapi/type_reference/typelibrary_history.txt | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/form/XGridPeer.idl b/offapi/com/sun/star/form/XGridPeer.idl index b397641c7641..0cede6e5716a 100644 --- a/offapi/com/sun/star/form/XGridPeer.idl +++ b/offapi/com/sun/star/form/XGridPeer.idl @@ -34,7 +34,7 @@ <p>Usually, the columns used are the columns as supplied by the grid control model.</p> <p>You should use this interface only if you know exactly what you are doing. Tampering - with the columns of a grid control which is part of a complex form can really hurt ....</p> + with the columns of a grid control which is part of a complex form can really hurt...</p> @deprecated @see com::sun::star::awt::XWindowPeer diff --git a/offapi/com/sun/star/form/control/CommandButton.idl b/offapi/com/sun/star/form/control/CommandButton.idl index 84c646b1f6cb..8596226bb719 100644 --- a/offapi/com/sun/star/form/control/CommandButton.idl +++ b/offapi/com/sun/star/form/control/CommandButton.idl @@ -45,7 +45,7 @@ published service CommandButton /** allows external instances to register as veto listener for the button's actions. - <p>An com::sun::star::form::XApproveActionListener returning false on + <p>A com::sun::star::form::XApproveActionListener returning false on it's approve-method will prevent any action which would usually be triggered - this includes not only submitting or resetting forms, but also calling the com::sun::star::awt::XActionListeners of the super service<br/> diff --git a/offapi/com/sun/star/form/control/ImageButton.idl b/offapi/com/sun/star/form/control/ImageButton.idl index 787ec26176ca..4645d25969bb 100644 --- a/offapi/com/sun/star/form/control/ImageButton.idl +++ b/offapi/com/sun/star/form/control/ImageButton.idl @@ -45,7 +45,7 @@ published service ImageButton /** allows external instances to register as veto listener for the button's actions. - <p>An com::sun::star::form::XApproveActionListener returning false on + <p>A com::sun::star::form::XApproveActionListener returning false on it's approve-method will prevent any action which would usually be triggered - this includes not only submitting or resetting forms, but also calling the com::sun::star::awt::XActionListeners of the super service<br/> diff --git a/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl b/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl index 982e41af883d..d36650d624d4 100644 --- a/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl +++ b/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl @@ -1022,7 +1022,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface @throws SQLException if a database access error occurs. <!-- JRH: Unclear on the intent of these many support questions. - If asking, it should state, "Does the Database support both ....? + If asking, it should state, "Does the Database support both...? If declaring, it should state something like the following: metadata: supportsDataDefinitionAndDataManipulationTransactions diff --git a/offapi/type_reference/typelibrary_history.txt b/offapi/type_reference/typelibrary_history.txt index da6aadd8f4d3..ce80240d5990 100644 --- a/offapi/type_reference/typelibrary_history.txt +++ b/offapi/type_reference/typelibrary_history.txt @@ -140,7 +140,7 @@ reference type library is taken from the release source tree OOG680 m5. 03/17/08 (TL, JSC): TaskID=i85576 - remove two never implemented properties 'TopMargin' and 'ButtomMargin' from + remove two never implemented properties 'TopMargin' and 'BottomMargin' from com.sun.star.text.CellRange. 06/26/08 (TL, JSC): TaskID=i86515 |